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

version 1.18version 1.19
Line 836
Line 836
     // reallocate the array in case the grid params have just changed     // reallocate the array in case the grid params have just changed
     if (new_params) {     if (new_params) {
       init_from_boundaries();       init_from_boundaries();
       // data.resize(0); // no longer needed: setup calls clear()       // data.clear(); // no longer needed: setup calls clear()
       return this->setup(nx, T(), mult);       return this->setup(nx, T(), mult);
     }     }
  


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



Made by using version 1.53 of cvs2html