Difference for src/colvaratoms.C from version 1.24 to 1.25

version 1.24version 1.25
Line 418
Line 418
   // We need to know the fitting options to decide whether the group is scalable   // We need to know the fitting options to decide whether the group is scalable
   parse_error |= parse_fitting_options(group_conf);   parse_error |= parse_fitting_options(group_conf);
  
   if (is_available(f_ag_scalable_com) && !b_rotate) {   if (is_available(f_ag_scalable_com) && !b_rotate && !b_center) {
     enable(f_ag_scalable_com);     enable(f_ag_scalable_com);
     enable(f_ag_scalable);     enable(f_ag_scalable);
   }   }


Legend:
Removed in v.1.24 
changed lines
 Added in v.1.25



Made by using version 1.53 of cvs2html