Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/defs.hpp

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