Changeset 370060


Ignore:
Timestamp:
Apr 25, 2008, 1:52:38 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
8129de
Parents:
941b66
Message:

added VERSIONSTRING

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/defs.hpp

    r941b66 r370060  
    1616#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
    1717
     18#define VERSIONSTRING "v1.0"
     19
    1820enum BondOrderScheme { NoScheme, BottomUp, TopDown, ANOVA, Combined }; //!< Fragmentation scheme used in BOSS
    1921
     
    2931               };
    3032
     33// Specifying the status of the on command line given config file
     34enum ConfigStatus { absent, empty, present };
     35
    3136// Specifying the cast type to be read of a parameter, see ParseForParameter()
    3237enum 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.