colvars bugfix. updates colvars library to version 2016-09-14

This commit is contained in:
Axel Kohlmeyer 2016-09-15 19:44:26 -04:00
parent 4149413057
commit 9637a5b530
2 changed files with 4 additions and 1 deletions

View File

@ -137,6 +137,9 @@ int colvarmodule::parse_config(std::string &conf)
cvm::log("Collective variables module (re)initialized.\n");
cvm::log(cvm::line_marker);
// update any necessary proxy data
proxy->setup();
if (cv_traj_os.is_open()) {
// configuration might have changed, better redo the labels
write_traj_label(cv_traj_os);

View File

@ -4,7 +4,7 @@
#define COLVARMODULE_H
#ifndef COLVARS_VERSION
#define COLVARS_VERSION "2016-09-03"
#define COLVARS_VERSION "2016-09-14"
#endif
#ifndef COLVARS_DEBUG