- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/CenterInBoxAction.cpp
r623e89 r84c494 5 5 * Author: heber 6 6 */ 7 8 #include "Helpers/MemDebug.hpp" 7 9 8 10 #include "Actions/WorldAction/CenterInBoxAction.hpp" … … 32 34 Dialog *dialog = UIFactory::getInstance().makeDialog(); 33 35 34 double *cell_size = World::getInstance().getDomain();36 Box& cell_size = World::getInstance().getDomain(); 35 37 dialog->queryBox(NAME, &cell_size, MapOfActions::getInstance().getDescription(NAME)); 36 38
Note:
See TracChangeset
for help on using the changeset viewer.