Changeset 370060 for molecuilder
- Timestamp:
- Apr 25, 2008, 1:52:38 PM (17 years ago)
- Children:
- 8129de
- Parents:
- 941b66
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/defs.hpp
r941b66 r370060 16 16 #define BONDTHRESHOLD 0.5 //!< CSD threshold in bond check which is the width of the interval whose center is the sum of the covalent radii 17 17 18 #define VERSIONSTRING "v1.0" 19 18 20 enum BondOrderScheme { NoScheme, BottomUp, TopDown, ANOVA, Combined }; //!< Fragmentation scheme used in BOSS 19 21 … … 29 31 }; 30 32 33 // Specifying the status of the on command line given config file 34 enum ConfigStatus { absent, empty, present }; 35 31 36 // Specifying the cast type to be read of a parameter, see ParseForParameter() 32 37 enum value_type { string_type, double_type, int_type, row_int, row_double, grid, lower_trigrid, upper_trigrid};
Note:
See TracChangeset
for help on using the changeset viewer.