Changeset 800dc3 for molecuilder/src/molecule.hpp
- Timestamp:
- Mar 18, 2010, 11:39:57 AM (15 years ago)
- Children:
- ac86192
- Parents:
- 6acc8e4 (diff), 31ccb6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecule.hpp
r6acc8e4 r800dc3 268 268 int FragmentMolecule(int Order, config *configuration); 269 269 bool CheckOrderAtSite(bool *AtomMask, Graph *GlobalKeySetList, int Order, int *MinimumRingSize, char *path = NULL); 270 bool StoreBondsToFile(char *path );271 bool StoreAdjacencyToFile(char *path );270 bool StoreBondsToFile(char *path, char *filename); 271 bool StoreAdjacencyToFile(char *path, char *filename); 272 272 bool CheckAdjacencyFileAgainstMolecule(char *path, atom **ListOfAtoms); 273 273 bool ParseOrderAtSiteFromFile(char *path);
Note:
See TracChangeset
for help on using the changeset viewer.