Ignore:
Timestamp:
Mar 12, 2010, 1:16:01 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
d639c7
Parents:
1e0785
Message:

Made the periodentafel use STL-containers instead of custom llists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/defs.hpp

    r1e0785 r5dba7a  
    3333enum Shading { white, lightgray, darkgray, black };  //!< color in Breadth-First-Search analysis
    3434
    35 // some types that can stay abstract
    36 typedef unsigned int moleculeId_t;
    37 typedef unsigned int atomId_t;
     35
    3836
    3937//enum CutCyclicBond { KeepBond,  SaturateBond }; //!< Saturation scheme either atom- or bondwise
     
    8583#define STD_SEPERATOR_SPACER '-'
    8684
    87 // some types used to set template parameters
    88 struct true_type{
    89   enum{value=1};
    90 };
    91 struct false_type{
    92   enum{value = 0};
    93 };
    94 
    9585#endif /*DEFS_HPP_*/
Note: See TracChangeset for help on using the changeset viewer.