Changeset 747b10 for molecuilder/src/molecules.hpp
- Timestamp:
- Jul 28, 2008, 1:45:43 PM (17 years ago)
- Children:
- 39651f
- Parents:
- db3ea3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.hpp
rdb3ea3 r747b10 242 242 /// Fragment molecule by two different approaches: 243 243 void FragmentMolecule(ofstream *out, int Order, config *configuration); 244 bool CheckOrderAtSite(ofstream *out, bool *AtomMask, Graph *GlobalKeySetList, int Order, char *path = NULL);244 bool CheckOrderAtSite(ofstream *out, bool *AtomMask, Graph *GlobalKeySetList, int Order, int *MinimumRingSize, char *path = NULL); 245 245 bool StoreAdjacencyToFile(ofstream *out, char *path); 246 246 bool CheckAdjacencyFileAgainstMolecule(ofstream *out, char *path, atom **ListOfAtoms);
Note:
See TracChangeset
for help on using the changeset viewer.