| version 1.23 | version 1.24 |
|---|
| |
| #define COLVARMODULE_H | #define COLVARMODULE_H |
| | |
| #ifndef COLVARS_VERSION | #ifndef COLVARS_VERSION |
| #define COLVARS_VERSION "2016-10-21" | #define COLVARS_VERSION "2016-11-28" |
| #endif | #endif |
| | |
| #ifndef COLVARS_DEBUG | #ifndef COLVARS_DEBUG |
| |
| } | } |
| | |
| /// \brief How many objects are configured yet? | /// \brief How many objects are configured yet? |
| inline size_t const size() const | inline size_t size() const |
| { | { |
| return colvars.size() + biases.size(); | return colvars.size() + biases.size(); |
| } | } |
| |
| /// Number of characters to represent the collective variables energy | /// Number of characters to represent the collective variables energy |
| static size_t const en_width; | static size_t const en_width; |
| /// Line separator in the log output | /// Line separator in the log output |
| static std::string const line_marker; | static const char * const line_marker; |
| | |
| | |
| // proxy functions | // proxy functions |