fix previous commit on repeating error messages
This commit is contained in:
parent
22a10c0e44
commit
0735b8d0a5
|
|
@ -48,6 +48,7 @@ NIconvTest(CKTcircuit *ckt)
|
||||||
}
|
}
|
||||||
else if (ft_ngdebug && nancount == 10) {
|
else if (ft_ngdebug && nancount == 10) {
|
||||||
fprintf(stderr, " non-convergence warnings (nan) limited to 10\n", CKTnodName(ckt, i));
|
fprintf(stderr, " non-convergence warnings (nan) limited to 10\n", CKTnodName(ckt, i));
|
||||||
|
nancount++;
|
||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue