From 4e510606843616ca1c5c92fc3705e7f15545b2f4 Mon Sep 17 00:00:00 2001 From: Jim Monte Date: Sun, 12 Jan 2020 21:08:02 -0500 Subject: [PATCH] Clarified error message --- src/spicelib/analysis/dctrcurv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/spicelib/analysis/dctrcurv.c b/src/spicelib/analysis/dctrcurv.c index c373160a7..e8e4e592d 100644 --- a/src/spicelib/analysis/dctrcurv.c +++ b/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:;