Improve error message
This commit is contained in:
parent
7e2056462c
commit
be9d1df1d2
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue