Difference for src/colvardeps.C from version 1.1 to 1.2

version 1.1version 1.2
Line 449
Line 449
  
   // Features that are implemented (or not) by all atom groups   // Features that are implemented (or not) by all atom groups
   feature_states[f_ag_active]->available = true;   feature_states[f_ag_active]->available = true;
   feature_states[f_ag_scalable_com]->available = (cvm::proxy->scalable_group_coms() == COLVARS_OK);   // f_ag_scalable_com is provided by the CVC iff it is COM-based
   feature_states[f_ag_scalable]->available = feature_states[f_ag_scalable_com]->available;   feature_states[f_ag_scalable_com]->available = false;
    // TODO make f_ag_scalable depend on f_ag_scalable_com (or something else)
    feature_states[f_ag_scalable]->available = true;
 } }
  
  


Legend:
Removed in v.1.1 
changed lines
 Added in v.1.2



Made by using version 1.53 of cvs2html