Ignore:
File:
1 edited

Legend:

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

    r84c494 r623e89  
    55 *      Author: heber
    66 */
    7 
    8 #include "Helpers/MemDebug.hpp"
    97
    108#include "Actions/WorldAction/CenterInBoxAction.hpp"
     
    3432  Dialog *dialog = UIFactory::getInstance().makeDialog();
    3533
    36   Box& cell_size = World::getInstance().getDomain();
     34  double * cell_size = World::getInstance().getDomain();
    3735  dialog->queryBox(NAME, &cell_size, MapOfActions::getInstance().getDescription(NAME));
    3836
Note: See TracChangeset for help on using the changeset viewer.