Changeset eb129c for molecuilder/src
- Timestamp:
- Mar 25, 2010, 1:00:29 PM (15 years ago)
- Children:
- b787af
- Parents:
- fe3540 (diff), c3294f (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
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/manipulateAtomsTest.cpp
rfe3540 reb129c 18 18 #include "Actions/ManipulateAtomsProcess.hpp" 19 19 #include "Actions/ActionRegistry.hpp" 20 #include "Actions/ActionHistory.hpp" 20 21 21 22 #include "World.hpp" … … 70 71 // set up and tear down 71 72 void manipulateAtomsTest::setUp(){ 73 ActionHistory::init(); 72 74 World::getInstance(); 73 75 for(int i=0;i<ATOM_COUNT;++i){ … … 79 81 World::purgeInstance(); 80 82 ActionRegistry::purgeInstance(); 83 ActionHistory::purgeInstance(); 81 84 } 82 85
Note:
See TracChangeset
for help on using the changeset viewer.