Commit 9637a5b5 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

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

parent 41494130
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -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