Add a comment

This commit is contained in:
Holger Vogt 2024-08-03 16:08:41 +02:00
parent 6183912bf9
commit 6ea6f8d9a8
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ NIiter(CKTcircuit *ckt, int maxIter)
#endif
if (ckt->CKTniState & NIUNINITIALIZED) {
error = NIreinit(ckt);
error = NIreinit(ckt); /* always returns 0 */
if (error) {
#ifdef STEPDEBUG
printf("re-init returned error \n");