Changeset d2639f for molecuilder/src/molecules.hpp
- Timestamp:
- Jul 7, 2009, 6:49:32 AM (16 years ago)
- Children:
- eeae5b
- Parents:
- 899029f
- File:
-
- 1 edited
-
molecuilder/src/molecules.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.hpp
r899029f rd2639f 57 57 #define PointPair pair < int, class BoundaryPointSet * > 58 58 #define PointTestPair pair < PointMap::iterator, bool > 59 60 #define LineMap map < int, class BoundaryLineSet * > 59 #define CandidateList list <class CandidateForTesselation *> 60 61 #define LineMap multimap < int, class BoundaryLineSet * > 61 62 #define LinePair pair < int, class BoundaryLineSet * > 62 63 #define LineTestPair pair < LineMap::iterator, bool > … … 71 72 #define MoleculeList list <molecule *> 72 73 #define MoleculeListTest pair <MoleculeList::iterator, bool> 74 75 #define LinkedAtoms list <atom *> 73 76 74 77 /******************************** Some small functions and/or structures **********************************/
Note:
See TracChangeset
for help on using the changeset viewer.
