Ignore:
Timestamp:
Feb 26, 2010, 11:47:16 AM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
98a2987
Parents:
3db67e
Message:

Changed the type of AtomIds and MoleculeIds to an opaque type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/defs.hpp

    r3db67e r33bc66  
    3535// some types that can stay abstract
    3636typedef unsigned int moleculeId_t;
    37 typedef int atomId_t;
     37typedef unsigned int atomId_t;
    3838
    3939//enum CutCyclicBond { KeepBond,  SaturateBond }; //!< Saturation scheme either atom- or bondwise
Note: See TracChangeset for help on using the changeset viewer.