Difference for src/colvargrid.h from version 1.17 to 1.18

version 1.17version 1.18
Line 198
Line 198
   /// Default constructor   /// Default constructor
   colvar_grid() : has_data(false)   colvar_grid() : has_data(false)
   {   {
     save_delimiters = false; 
     nd = nt = 0;     nd = nt = 0;
     mult = 1;     mult = 1;
     this->setup();     this->setup();
Line 225
Line 224
                                          widths(g.widths),                                          widths(g.widths),
                                          has_data(false)                                          has_data(false)
   {   {
     save_delimiters = false; 
   }   }
  
   /// \brief Constructor from explicit grid sizes \param nx_i Number   /// \brief Constructor from explicit grid sizes \param nx_i Number
Line 237
Line 235
               size_t mult_i = 1)               size_t mult_i = 1)
     : has_data(false)     : has_data(false)
   {   {
     save_delimiters = false; 
     this->setup(nx_i, t, mult_i);     this->setup(nx_i, t, mult_i);
   }   }
  
Line 248
Line 245
               bool margin = false)               bool margin = false)
     : has_data(false)     : has_data(false)
   {   {
     save_delimiters = false; 
     this->init_from_colvars(colvars, t, mult_i, margin);     this->init_from_colvars(colvars, t, mult_i, margin);
   }   }
  


Legend:
Removed in v.1.17 
changed lines
 Added in v.1.18



Made by using version 1.53 of cvs2html