Ignore:
Timestamp:
Mar 4, 2010, 10:33:44 AM (15 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
025ca2, db6b872
Parents:
3746aeb
Message:

Added methods to query Molecules by ID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/unittests/atomsCalculationTest.cpp

    r3746aeb rf058ef  
    3030class AtomStub : public atom {
    3131public:
    32   AtomStub(int _id) :
     32  AtomStub(atomId_t _id) :
    3333  atom(),
    3434  id(_id),
     
    3636  {}
    3737
    38   virtual int getId(){
     38  virtual atomId_t getId(){
    3939    return id;
    4040  }
     
    4646  bool manipulated;
    4747private:
    48   int id;
     48  atomId_t id;
    4949};
    5050
Note: See TracChangeset for help on using the changeset viewer.