Difference for src/colvarvalue.h from version 1.13 to 1.14

version 1.13version 1.14
Line 297
Line 297
   /// Set elements of the vector from a single colvarvalue   /// Set elements of the vector from a single colvarvalue
   void set_elem(int const i_begin, int const i_end, colvarvalue const &x);   void set_elem(int const i_begin, int const i_end, colvarvalue const &x);
  
    /// Make each element a random number in N(0,1)
    void set_random();
  
   /// Get a single colvarvalue out of elements of the vector   /// Get a single colvarvalue out of elements of the vector
   colvarvalue const get_elem(int const icv) const;   colvarvalue const get_elem(int const icv) const;
  


Legend:
Removed in v.1.13 
changed lines
 Added in v.1.14



Made by using version 1.53 of cvs2html