Difference for src/colvaratoms.C from version 1.22 to 1.23

version 1.22version 1.23
Line 171
Line 171
  
 int cvm::atom_group::init() int cvm::atom_group::init()
 { {
   if (!key.size()) key = "atoms";   if (!key.size()) key = "unnamed";
    description = "atom group " + key;
    // These will be overwritten by parse(), if initializing from a config string
  
   atoms.clear();   atoms.clear();
  
   // TODO: check with proxy whether atom forces etc are available   // TODO: check with proxy whether atom forces etc are available
Line 179
Line 182
  
   index = -1;   index = -1;
  
    b_dummy = false;
   b_center = false;   b_center = false;
   b_rotate = false;   b_rotate = false;
   b_user_defined_fit = false;   b_user_defined_fit = false;
Line 440
Line 444
  
   if (b_print_atom_ids) {   if (b_print_atom_ids) {
     cvm::log("Internal definition of the atom group:\n");     cvm::log("Internal definition of the atom group:\n");
      cvm::log(print_atom_ids());
   }   }
  
   cvm::decrease_depth();   cvm::decrease_depth();


Legend:
Removed in v.1.22 
changed lines
 Added in v.1.23



Made by using version 1.53 of cvs2html