Small bug fixes.

This commit is contained in:
pnenzi 2003-09-20 21:21:29 +00:00
parent 5292806527
commit df69eedc4b
1 changed files with 1 additions and 1 deletions

View File

@ -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;