Difference for src/colvarmodule.h from version 1.23 to 1.24

version 1.23version 1.24
Line 4
Line 4
 #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
Line 198
Line 198
   }   }
  
   /// \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();
   }   }
Line 371
Line 371
   /// 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


Legend:
Removed in v.1.23 
changed lines
 Added in v.1.24



Made by using version 1.53 of cvs2html