A possible bug report - fix_colvars.cpp

When I compiled LAMMPS (29Jul13) with the colvars user package, there is a bug (quite easy to fix) in the file src/fix_colvars.cpp.

#include “citeme.h” // line 34
citeme->add(CiteMe::FIORIN_2013); //line 363

While there is no file named citeme.h in the package. I commented these two lines and then the compilation worked fine.

I think this is probably that the author forgot to upload the reference file (citeme.h)

Best

Ming

When I compiled LAMMPS (29Jul13) with the colvars user package, there is a
bug (quite easy to fix) in the file src/fix_colvars.cpp.

#include "citeme.h" // line 34
citeme->add(CiteMe::FIORIN_2013); //line 363

While there is no file named citeme.h in the package. I commented these two
lines and then the compilation worked fine.

I think this is probably that the author forgot to upload the reference file
(citeme.h)

no. the code is already with steve, but i messed up when sending the
patch to colvars which was not taking into account that the citeme
class had not been added. in fact, we have not yet discussed whether
this is a useful feature for lammps or not.

your workaround is correct and apologies to everybody that got struck
by my screwups over the last days.

axel.