fix previous commit on repeating error messages

This commit is contained in:
Holger Vogt 2023-11-15 22:54:53 +01:00
parent 22a10c0e44
commit 0735b8d0a5
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ NIconvTest(CKTcircuit *ckt)
}
else if (ft_ngdebug && nancount == 10) {
fprintf(stderr, " non-convergence warnings (nan) limited to 10\n", CKTnodName(ckt, i));
nancount++;
}
return 1;
}