Skip to content
Snippets Groups Projects
Commit ec0a6b20 authored by Josselin Massot's avatar Josselin Massot Committed by BaM
Browse files

add an integer to remove warning

parent 37eb13e8
No related branches found
No related tags found
No related merge requests found
......@@ -704,12 +704,14 @@ void Scenario::ProgressPrintout(cSecond t)
double Time = (fAbsoluteTime-fStartingTime)/cYear ;
double Total = (t-fStartingTime)/cYear;
int sys;
if(fOldProgressBar)
OldProgressPrintout(t);
else
{
system("clear");
sys = system("clear");
/****Printing CLASS info + nuclear clover****/
if(fCloverCount>3)
fCloverCount=0;
......
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