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