update colvars library to state of feb 27th
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
|
||||
colvarbias::colvarbias(std::string const &conf, char const *key)
|
||||
: colvarparse(), has_data(false)
|
||||
: colvarparse(conf), bias_energy(0.), has_data(false)
|
||||
{
|
||||
cvm::log("Initializing a new \""+std::string(key)+"\" instance.\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user