| version 1.27 | version 1.28 |
|---|
| |
| #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 |
| |
| /// 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 |