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

version 1.27version 1.28
Line 962
Line 962
 } }
  
  
  char *colvarproxy_namd::script_obj_to_str(unsigned char *obj)
  {
  #ifdef NAMD_TCL
    return Tcl_GetString(reinterpret_cast<Tcl_Obj *>(obj));
  #else
    // This is most likely not going to be executed
    return colvarproxy::script_obj_to_str(obj);
  #endif
  }
  
 int colvarproxy_namd::init_atom_group(std::vector<int> const &atoms_ids) int colvarproxy_namd::init_atom_group(std::vector<int> const &atoms_ids)
 { {
   if (cvm::debug())   if (cvm::debug())


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



Made by using version 1.53 of cvs2html