Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/defs.hpp

    r5b9bba 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
Note: See TracChangeset for help on using the changeset viewer.