update colvars library to state of feb 27th

This commit is contained in:
Axel Kohlmeyer
2015-03-06 10:49:39 -05:00
parent 073430cc43
commit 13e37b7d0d
13 changed files with 120 additions and 63 deletions

View File

@ -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");