Changeset 9c3496 for molecuilder/src/molecules.hpp
- Timestamp:
- May 8, 2008, 12:04:42 PM (17 years ago)
- Children:
- 255d13
- Parents:
- b8eb3a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.hpp
rb8eb3a r9c3496 340 340 /// Fragment molecule by two different approaches: 341 341 void FragmentMolecule(ofstream *out, int Order, config *configuration); 342 void CheckOrderAtSite(ofstream *out, bool &FragmentationToDo, int Order); 342 343 bool StoreAdjacencyToFile(ofstream *out, char *path); 343 344 bool CheckAdjacencyFileAgainstMolecule(ofstream *out, char *path, atom **ListOfAtoms); … … 408 409 409 410 bool AddLeaf(molecule *ptr, MoleculeLeafClass *Previous); 411 bool FillBondStructureFromReference(ofstream *out, molecule *reference, int &FragmentCounter, atom ***&ListOfLocalAtoms, bool FreeList = false); 410 412 }; 411 413
Note:
See TracChangeset
for help on using the changeset viewer.