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

version 1.2version 1.3
Line 407
Line 407
   // Each cvc specifies what other features are available   // Each cvc specifies what other features are available
   feature_states[f_cvc_active]->available = true;   feature_states[f_cvc_active]->available = true;
   feature_states[f_cvc_gradient]->available = true;   feature_states[f_cvc_gradient]->available = true;
  
    // Features that are implemented by default if their requirements are
    feature_states[f_cvc_one_site_total_force]->available = true;
  
    // Features That are implemented only for certain simulation engine configurations
   feature_states[f_cvc_scalable_com]->available = (cvm::proxy->scalable_group_coms() == COLVARS_OK);   feature_states[f_cvc_scalable_com]->available = (cvm::proxy->scalable_group_coms() == COLVARS_OK);
   feature_states[f_cvc_scalable]->available = feature_states[f_cvc_scalable_com]->available;   feature_states[f_cvc_scalable]->available = feature_states[f_cvc_scalable_com]->available;
 } }


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



Made by using version 1.53 of cvs2html