AssemblyHelpers.h (pymol-open-source-2.2.0) | : | AssemblyHelpers.h (pymol-open-source-2.3.0) | ||
---|---|---|---|---|
skipping to change at line 19 | skipping to change at line 19 | |||
#include <set> | #include <set> | |||
#include "AtomInfo.h" | #include "AtomInfo.h" | |||
#include "CoordSet.h" | #include "CoordSet.h" | |||
#include "Lex.h" | #include "Lex.h" | |||
#include "ObjectMolecule.h" | #include "ObjectMolecule.h" | |||
CoordSet * CoordSetCopyFilterChains( | CoordSet * CoordSetCopyFilterChains( | |||
const CoordSet * other, | const CoordSet * other, | |||
const AtomInfoType * atInfo, | const AtomInfoType * atInfo, | |||
const std::set<lexidx_t> & chains_set); | const std::set<lexborrow_t> & chains_set); | |||
void ObjectMoleculeSetAssemblyCSets( | void ObjectMoleculeSetAssemblyCSets( | |||
ObjectMolecule * I, | ObjectMolecule * I, | |||
CoordSet ** assembly_csets); | CoordSet ** assembly_csets); | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |