- Move code to manage step_by_step or continuous simulation from
ConcreteSimulation to TextSimulation git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@946 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
1087d45628
commit
645156e62c
7 changed files with 73 additions and 130 deletions
|
@ -563,8 +563,7 @@ main(int argc, char** argv)
|
|||
simu.set_policy(pol);
|
||||
info << "policy activated \n";
|
||||
|
||||
simu.set_mode(false);
|
||||
simu.set_timer(0);
|
||||
simu.set_mode(Simulation::mode_step_by_step);
|
||||
info << "simulation set_mode single step\n";
|
||||
|
||||
info << "START environment dump \n";
|
||||
|
|
|
@ -431,8 +431,7 @@ main(int argc, char** argv)
|
|||
simu.set_policy(pol);
|
||||
info << "policy activated \n";
|
||||
|
||||
simu.set_mode(false);
|
||||
simu.set_timer(0);
|
||||
simu.set_mode(Simulation::mode_step_by_step);
|
||||
info << "simulation set_mode single step\n";
|
||||
|
||||
info << "START environment dump \n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue