| version 1.27 | version 1.28 | ||
|---|---|---|---|
|
| ||
| } | } | ||
| 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:
| ||||||