git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11969 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user