Difference for src/colvarbias_restraint.h from version 1.5 to 1.6

version 1.5version 1.6
Line 260
Line 260
   /// \brief Location of the upper walls   /// \brief Location of the upper walls
   std::vector<colvarvalue> upper_walls;   std::vector<colvarvalue> upper_walls;
  
    /// \brief If both walls are defined, use this k for the lower
    cvm::real lower_wall_k;
  
    /// \brief If both walls are defined, use this k for the upper
    cvm::real upper_wall_k;
  
   virtual cvm::real colvar_distance(size_t i) const;   virtual cvm::real colvar_distance(size_t i) const;
   virtual cvm::real restraint_potential(size_t i) const;   virtual cvm::real restraint_potential(size_t i) const;
   virtual colvarvalue const restraint_force(size_t i) const;   virtual colvarvalue const restraint_force(size_t i) const;


Legend:
Removed in v.1.5 
changed lines
 Added in v.1.6



Made by using version 1.53 of cvs2html