Clarified error message

This commit is contained in:
Jim Monte
2020-01-12 21:08:02 -05:00
parent cba621a4d7
commit d5b263baa3
+3 -1
View File
@@ -150,7 +150,9 @@ DCtrCurv(CKTcircuit *ckt, int restart)
} }
SPfrontEnd->IFerrorf (ERR_FATAL, SPfrontEnd->IFerrorf (ERR_FATAL,
"DCtrCurv: source / resistor %s not in circuit", job->TRCVvName[i]); "DC Transfer Function: Voltage source, current source, or "
"resistor named \"%s\" is not in the circuit",
job->TRCVvName[i]);
return(E_NODEV); return(E_NODEV);
found:; found:;