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/World.hpp

    r3db67e r33bc66  
    4040friend class ManipulateAtomsProcess;
    4141template<typename> friend class AtomsCalculation;
    42 typedef std::map<atomId_t,atom*> AtomSet;
    43 typedef std::map<moleculeId_t,molecule*> MoleculeSet;
    4442public:
     43  typedef std::map<atomId_t,atom*> AtomSet;
     44  typedef std::map<moleculeId_t,molecule*> MoleculeSet;
    4545
    4646  /***** getter and setter *****/
Note: See TracChangeset for help on using the changeset viewer.