Difference for src/colvarproxy_namd.C from version 1.28 to 1.29

version 1.28version 1.29
Line 263
Line 263
   // must delete the forces applied at the previous step: we can do   // must delete the forces applied at the previous step: we can do
   // that because they have already been used and copied to other   // that because they have already been used and copied to other
   // memory locations   // memory locations
   modifyForcedAtoms().resize(0);   modifyForcedAtoms().clear();
   modifyAppliedForces().resize(0);   modifyAppliedForces().clear();
  
   // prepare local arrays   // prepare local arrays
   for (size_t i = 0; i < atoms_ids.size(); i++) {   for (size_t i = 0; i < atoms_ids.size(); i++) {


Legend:
Removed in v.1.28 
changed lines
 Added in v.1.29



Made by using version 1.53 of cvs2html