Improve error message

This commit is contained in:
Holger Vogt 2026-04-25 17:17:09 +02:00
parent 7e2056462c
commit be9d1df1d2
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ NOISEan(CKTcircuit* ckt, int restart)
ckt->CKTdcMaxIter);
if (error) {
fprintf(stdout, "\nNOISE operating point failed -\n");
fprintf(stderr, "\nError: NOISE operating point failed -\n");
CKTncDump(ckt);
return(error);
}