Init loop variable

parent 66f12362
...@@ -40,6 +40,7 @@ Simulation::Simulation () ...@@ -40,6 +40,7 @@ Simulation::Simulation ()
nx(DEFAULT_NX), ny(DEFAULT_NY) nx(DEFAULT_NX), ny(DEFAULT_NY)
{ {
loadNewScenario(&defaultScenario); loadNewScenario(&defaultScenario);
loop = false;
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment