Changeset 461e93 for molecuilder/src/molecules.hpp
- Timestamp:
- May 8, 2008, 4:18:07 PM (17 years ago)
- Children:
- a3ff7b2
- Parents:
- d88597
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.hpp
rd88597 r461e93 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 bool CheckOrderAtSite(ofstream *out, int Order); 343 343 bool StoreAdjacencyToFile(ofstream *out, char *path); 344 344 bool CheckAdjacencyFileAgainstMolecule(ofstream *out, char *path, atom **ListOfAtoms);
Note:
See TracChangeset
for help on using the changeset viewer.