Changeset 126934 for molecuilder/src/molecules.hpp
- Timestamp:
- Jul 28, 2008, 2:41:22 PM (17 years ago)
- Children:
- d49416
- Parents:
- 3f805d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.hpp
r3f805d r126934 100 100 int *ComponentNr;//!< belongs to this nonseparable components, given in DepthFirstSearchAnalysis() (if more than one, then is SeparationVertex) 101 101 int LowpointNr; //!< needed in DepthFirstSearchAnalysis() to detect nonseparable components, is the lowest possible number of an atom to reach via tree edges only followed by at most one back edge. 102 bool SeparationVertex; //!< whether this atom separates off subsets of atoms or not, given in DepthFirstSearchAnalysis() 102 bool SeparationVertex; //!< whether this atom separates off subsets of atoms or not, determined in DepthFirstSearchAnalysis() 103 bool IsCyclic; //!< whether atom belong to as cycle or not, determined in DepthFirstSearchAnalysis() 103 104 unsigned char AdaptiveOrder; //!< current present bond order at site (0 means "not set") 104 105
Note:
See TracChangeset
for help on using the changeset viewer.