From df69eedc4b9ae86abd88ab0470f251a9ffbb9d54 Mon Sep 17 00:00:00 2001 From: pnenzi Date: Sat, 20 Sep 2003 21:21:29 +0000 Subject: [PATCH] Small bug fixes. --- src/spicelib/devices/res/restemp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/devices/res/restemp.c b/src/spicelib/devices/res/restemp.c index 88453a7ae..e75546f41 100644 --- a/src/spicelib/devices/res/restemp.c +++ b/src/spicelib/devices/res/restemp.c @@ -54,7 +54,7 @@ REStemp(GENmodel *inModel, CKTcircuit *ckt) } else { /* REStempGiven */ here->RESdtemp = 0.0; if (here->RESdtempGiven) - printf("%s: You specified instance temperature, dtemp ignored\n", here->RESname); + printf("%s: Instance temperature specified, dtemp ignored\n", here->RESname); } if(!here->RESwidthGiven) here->RESwidth = model->RESdefWidth;