Skip to content
Snippets Groups Projects
Commit 9f9cdfe6 authored by BaM's avatar BaM
Browse files

reset Sceanrio

parent 948b5708
No related branches found
No related tags found
No related merge requests found
......@@ -716,7 +716,7 @@ void Scenario::ProgressPrintout(cSecond t)
else
{
system("clear");
int system_out = system("clear");
/****Printing CLASS info + nuclear clover****/
if(fCloverCount>3)
fCloverCount=0;
......@@ -738,7 +738,7 @@ void Scenario::ProgressPrintout(cSecond t)
Completed << "\033[0m";
for(int i = ProgressBarlength; i >= (int)(Time/Total*ProgressBarlength); i--)
for(int i = ProgressBarlength; i > (int)(Time/Total*ProgressBarlength); i--)
Completed << " ";
cout<<Completed.str();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment