Changeset db6b872 for molecuilder/src/unittests/manipulateAtomsTest.cpp
- Timestamp:
- Mar 4, 2010, 10:34:52 AM (16 years ago)
- Children:
- fe3540
- Parents:
- d50264 (diff), f058ef (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
molecuilder/src/unittests/manipulateAtomsTest.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/manipulateAtomsTest.cpp
rd50264 rdb6b872 34 34 {} 35 35 36 virtual int getId(){36 virtual atomId_t getId(){ 37 37 return id; 38 38 } … … 44 44 bool manipulated; 45 45 private: 46 int id;46 atomId_t id; 47 47 }; 48 48
Note:
See TracChangeset
for help on using the changeset viewer.
