- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/ChangeBoxAction.cpp
rbe21fa r7d9416 50 50 oa << matrix; 51 51 52 World::getInstance().setDomain(params.cell_size.get M()); // this is needed as only this function is OBSERVEd.52 World::getInstance().setDomain(params.cell_size.get()); // this is needed as only this function is OBSERVEd. 53 53 54 54 // give final box size … … 82 82 83 83 Action::state_ptr WorldChangeBoxAction::performRedo(Action::state_ptr _state){ 84 World::getInstance().setDomain(params.cell_size.get M()); // this is needed as only this function is OBSERVEd.84 World::getInstance().setDomain(params.cell_size.get()); // this is needed as only this function is OBSERVEd. 85 85 86 86 // give final box size
Note:
See TracChangeset
for help on using the changeset viewer.