Changeset a01955 for molecuilder/src/molecules.hpp
- Timestamp:
- May 7, 2008, 2:46:33 PM (17 years ago)
- Children:
- 7afa7e
- Parents:
- d50d2a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.hpp
rd50d2a ra01955 326 326 // Graph analysis 327 327 MoleculeLeafClass * DepthFirstSearchAnalysis(ofstream *out, bool ReturnStack, int &MinimumRingSize); 328 void CyclicStructureAnalysis(ofstream *out, int &MinimumRingSize);328 void CyclicStructureAnalysis(ofstream *out, class StackClass<bond *> *BackEdgeStack, int &MinimumRingSize); 329 329 bond * FindNextUnused(atom *vertex); 330 330 void SetNextComponentNumber(atom *vertex, int nr);
Note:
See TracChangeset
for help on using the changeset viewer.