Changes in src/molecule.hpp [244a84:b34306]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecule.hpp
r244a84 rb34306 82 82 class molecule : public PointCloud { 83 83 public: 84 double cell_size[6];//!< cell size85 84 const periodentafel * const elemente; //!< periodic table with each element 86 85 atom *start; //!< start of atom list … … 269 268 int FragmentMolecule(int Order, config *configuration); 270 269 bool CheckOrderAtSite(bool *AtomMask, Graph *GlobalKeySetList, int Order, int *MinimumRingSize, char *path = NULL); 270 bool StoreBondsToFile(char *path); 271 271 bool StoreAdjacencyToFile(char *path); 272 272 bool CheckAdjacencyFileAgainstMolecule(char *path, atom **ListOfAtoms);
Note:
See TracChangeset
for help on using the changeset viewer.