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