Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/WorldAction/ChangeBoxAction.cpp

    rbe21fa r7d9416  
    5050  oa << matrix;
    5151
    52   World::getInstance().setDomain(params.cell_size.getM()); // 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.
    5353
    5454  // give final box size
     
    8282
    8383Action::state_ptr WorldChangeBoxAction::performRedo(Action::state_ptr _state){
    84   World::getInstance().setDomain(params.cell_size.getM()); // 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.
    8585
    8686  // give final box size
Note: See TracChangeset for help on using the changeset viewer.