Hide iterations section if none were performed
This commit is contained in:
@@ -245,7 +245,8 @@ void printStatistics()
|
||||
}
|
||||
|
||||
if(flagOutputDIMACS == 0) {
|
||||
printf("iterations:\n");
|
||||
if (seqs[0].sati)
|
||||
printf("iterations:\n");
|
||||
int i = 0;
|
||||
while(i*outputTimeStep+firstTimePoint < lastTimePoint && seqs[i].sati) {
|
||||
printf(" - horizon: %i\n",seqs[i].sati->nOfTPoints-1);
|
||||
|
||||
Reference in New Issue
Block a user