Changeset 5dba7a for molecuilder/src/defs.hpp
- Timestamp:
- Mar 12, 2010, 1:16:01 PM (16 years ago)
- Children:
- d639c7
- Parents:
- 1e0785
- File:
-
- 1 edited
-
molecuilder/src/defs.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/defs.hpp
r1e0785 r5dba7a 33 33 enum Shading { white, lightgray, darkgray, black }; //!< color in Breadth-First-Search analysis 34 34 35 // some types that can stay abstract 36 typedef unsigned int moleculeId_t; 37 typedef unsigned int atomId_t; 35 38 36 39 37 //enum CutCyclicBond { KeepBond, SaturateBond }; //!< Saturation scheme either atom- or bondwise … … 85 83 #define STD_SEPERATOR_SPACER '-' 86 84 87 // some types used to set template parameters88 struct true_type{89 enum{value=1};90 };91 struct false_type{92 enum{value = 0};93 };94 95 85 #endif /*DEFS_HPP_*/
Note:
See TracChangeset
for help on using the changeset viewer.
