Skip to content
Snippets Groups Projects
Commit de41f9a8 authored by Arne Graf's avatar Arne Graf
Browse files

rmved prog-bar

parent ce9be4ea
Branches
Tags
1 merge request!10Develop
...@@ -511,7 +511,7 @@ double Simulation::RunBody(double maxSimTime) ...@@ -511,7 +511,7 @@ double Simulation::RunBody(double maxSimTime)
} }
if(!_gotSources && !_periodic /*&& _printPB*/) // @todo: option for print progressbar if(!_gotSources && !_periodic /*&& _printPB*/) // @todo: option for print progressbar
// Log->ProgressBar(initialnPeds, initialnPeds-_nPeds, t); // Log->ProgressBar(initialnPeds, initialnPeds-_nPeds, t);
bar->Progressed(initialnPeds-_nPeds); //bar->Progressed(initialnPeds-_nPeds);
else else
printf("time: %.2f | %.2f\n", t , maxSimTime); printf("time: %.2f | %.2f\n", t , maxSimTime);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment