Difference for src/colvarmodule.h from version 1.27 to 1.28

version 1.27version 1.28
Line 11
Line 11
 #define COLVARMODULE_H #define COLVARMODULE_H
  
 #ifndef COLVARS_VERSION #ifndef COLVARS_VERSION
 #define COLVARS_VERSION "2017-03-01" #define COLVARS_VERSION "2017-03-07"
 #endif #endif
  
 #ifndef COLVARS_DEBUG #ifndef COLVARS_DEBUG
Line 215
Line 215
   /// Array of collective variable biases   /// Array of collective variable biases
   std::vector<colvarbias *> biases;   std::vector<colvarbias *> biases;
  
    /// Energy of built-in and scripted biases, summed per time-step
    real total_bias_energy;
  
 private: private:
  
   /// Array of active collective variable biases   /// Array of active collective variable biases


Legend:
Removed in v.1.27 
changed lines
 Added in v.1.28



Made by using version 1.53 of cvs2html