forked from lijiext/lammps
colvars bugfix. updates colvars library to version 2016-09-14
This commit is contained in:
parent
4149413057
commit
9637a5b530
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue