git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11969 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-05-12 15:08:14 +00:00
parent fd1b9f2c5c
commit d17c0325d4
9 changed files with 61 additions and 55 deletions

View File

@ -25,16 +25,16 @@
colvarbias_meta::colvarbias_meta()
: colvarbias(),
state_file_step (0),
new_hills_begin (hills.end())
new_hills_begin (hills.end()),
state_file_step (0)
{
}
colvarbias_meta::colvarbias_meta (std::string const &conf, char const *key)
: colvarbias (conf, key),
state_file_step (0),
new_hills_begin (hills.end())
new_hills_begin (hills.end()),
state_file_step (0)
{
if (cvm::n_abf_biases > 0)
cvm::log ("Warning: running ABF and metadynamics together is not recommended unless applyBias is off for ABF.\n");