Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/defs.hpp

    read4e6 rb48ba6  
    1212#define MAX_ELEMENTS 128  //!< maximum number of elements for certain lookup tables
    1313#define AtomicLengthToAngstroem  0.52917721 //!< conversion factor from atomic length/bohrradius to angstroem
    14 #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
    1514#define AtomicEnergyToKelvin 315774.67  //!< conversion factor from atomic energy to kelvin via boltzmann factor
    1615#define KelvinToAtomicTemperature 3.1668152e-06    //!< conversion factor for Kelvin to atomic temperature (Hartree over k_B)
     
    3231
    3332enum Shading { white, lightgray, darkgray, black };  //!< color in Breadth-First-Search analysis
    34 
    35 
    3633
    3734//enum CutCyclicBond { KeepBond,  SaturateBond }; //!< Saturation scheme either atom- or bondwise
     
    7976#define UPDATECOUNT 10  //!< update ten sites per BOSSANOVA interval
    8077
    81 #define STD_MENU_LENGTH 60
    82 #define STD_MENU_TITLE_SPACER '='
    83 #define STD_SEPERATOR_SPACER '-'
    84 
    8578#endif /*DEFS_HPP_*/
Note: See TracChangeset for help on using the changeset viewer.