Changeset 075729 for molecuilder/src/molecule.hpp
- Timestamp:
- Apr 27, 2010, 2:25:42 PM (16 years ago)
- Children:
- 90c4460
- Parents:
- 1561e2 (diff), 2bc713 (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
-
molecuilder/src/molecule.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecule.hpp
r1561e2 r075729 89 89 friend void DeleteMolecule(molecule *); 90 90 public: 91 double cell_size[6];//!< cell size92 91 const periodentafel * const elemente; //!< periodic table with each element 93 92 atom *start; //!< start of atom list … … 291 290 int FragmentMolecule(int Order, config *configuration); 292 291 bool CheckOrderAtSite(bool *AtomMask, Graph *GlobalKeySetList, int Order, int *MinimumRingSize, char *path = NULL); 293 bool StoreBondsToFile(char *path );294 bool StoreAdjacencyToFile(char *path );292 bool StoreBondsToFile(char *path, char *filename); 293 bool StoreAdjacencyToFile(char *path, char *filename); 295 294 bool CheckAdjacencyFileAgainstMolecule(char *path, atom **ListOfAtoms); 296 295 bool ParseOrderAtSiteFromFile(char *path);
Note:
See TracChangeset
for help on using the changeset viewer.
