Changes in src/molecule.hpp [244a84:8ab0407]
- File:
-
- 1 edited
-
src/molecule.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/molecule.hpp
r244a84 r8ab0407 269 269 int FragmentMolecule(int Order, config *configuration); 270 270 bool CheckOrderAtSite(bool *AtomMask, Graph *GlobalKeySetList, int Order, int *MinimumRingSize, char *path = NULL); 271 bool StoreAdjacencyToFile(char *path); 271 bool StoreBondsToFile(char *path, char *filename); 272 bool StoreAdjacencyToFile(char *path, char *filename); 272 273 bool CheckAdjacencyFileAgainstMolecule(char *path, atom **ListOfAtoms); 273 274 bool ParseOrderAtSiteFromFile(char *path);
Note:
See TracChangeset
for help on using the changeset viewer.
