Changes in src/molecule.hpp [6a7f78c:244a84]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecule.hpp
r6a7f78c r244a84 110 110 TesselPoint *GetPoint() const ; 111 111 TesselPoint *GetTerminalPoint() const ; 112 int GetMaxId() const; 112 113 void GoToNext() const ; 113 114 void GoToPrevious() const ; … … 322 323 void Enumerate(ofstream *out); 323 324 void Output(ofstream *out); 324 void DissectMoleculeIntoConnectedSubgraphs( molecule * const mol, config * const configuration);325 void DissectMoleculeIntoConnectedSubgraphs(const periodentafel * const periode, config * const configuration); 325 326 int CountAllAtoms() const; 326 327
Note:
See TracChangeset
for help on using the changeset viewer.