Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/defs.hpp

    r7042f45 rfa27ed  
    3232
    3333enum Shading { white, lightgray, darkgray, black };  //!< color in Breadth-First-Search analysis
    34 
    35 // some types that can stay abstract
    36 typedef unsigned int moleculeId_t;
    37 typedef unsigned int atomId_t;
    3834
    3935//enum CutCyclicBond { KeepBond,  SaturateBond }; //!< Saturation scheme either atom- or bondwise
     
    8581#define STD_SEPERATOR_SPACER '-'
    8682
     83#define MOLECUILDER_NAME "Molecuilder"
     84
    8785#endif /*DEFS_HPP_*/
Note: See TracChangeset for help on using the changeset viewer.