Changeset eb167d for molecuilder/src/molecules.hpp
- Timestamp:
- Aug 3, 2009, 3:26:32 PM (16 years ago)
- Children:
- f4a346
- Parents:
- 4dca8e
- File:
-
- 1 edited
-
molecuilder/src/molecules.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.hpp
r4dca8e reb167d 18 18 #include <gsl/gsl_randist.h> 19 19 20 // STL headers20 //// STL headers 21 21 #include <map> 22 22 #include <set> … … 28 28 #include "bond.hpp" 29 29 #include "element.hpp" 30 #include "helpers.hpp"31 30 #include "linkedcell.hpp" 32 31 #include "parser.hpp" … … 50 49 #define GraphTestPair pair<Graph::iterator, bool> 51 50 51 #define MoleculeList list <molecule *> 52 #define MoleculeListTest pair <MoleculeList::iterator, bool> 53 52 54 #define DistancePair pair < double, atom* > 53 55 #define DistanceMap multimap < double, atom* > 54 56 #define DistanceTestPair pair < DistanceMap::iterator, bool> 55 57 56 #define Boundaries map <double, DistancePair > 57 #define BoundariesPair pair<double, DistancePair > 58 #define BoundariesTestPair pair< Boundaries::iterator, bool> 59 60 #define MoleculeList list <molecule *> 61 #define MoleculeListTest pair <MoleculeList::iterator, bool> 62 63 #define LinkedAtoms list <atom *> 58 59 //#define LinkedAtoms list <atom *> 64 60 65 61 /******************************** Some small functions and/or structures **********************************/
Note:
See TracChangeset
for help on using the changeset viewer.
