mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
Clarified error message
This commit is contained in:
@@ -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:;
|
||||||
|
|||||||
Reference in New Issue
Block a user