Browse Source

Clarified error message

pre-master-46
Jim Monte 6 years ago
committed by Holger Vogt
parent
commit
190c7fb75c
  1. 4
      src/spicelib/analysis/dctrcurv.c

4
src/spicelib/analysis/dctrcurv.c

@ -150,7 +150,9 @@ DCtrCurv(CKTcircuit *ckt, int restart)
}
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);
found:;

Loading…
Cancel
Save