From 491883fe33e0e3a1eacf4739ab6e47d10aa5005b Mon Sep 17 00:00:00 2001 From: pnenzi Date: Tue, 23 May 2000 20:19:19 +0000 Subject: [PATCH] Small bug fix in the code --- src/spicelib/devices/res/res.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/devices/res/res.c b/src/spicelib/devices/res/res.c index 050cb1080..012f05acd 100644 --- a/src/spicelib/devices/res/res.c +++ b/src/spicelib/devices/res/res.c @@ -12,7 +12,7 @@ Modified: Apr 2000 - Paolo Nenzi IFparm RESpTable[] = { /* parameters */ IOPP( "resistance", RES_RESIST, IF_REAL,"Resistance"), - IOPPA( "ac", RES_ACRESIST, IF_REAL, "AC resistance value"), + IOPAA( "ac", RES_ACRESIST, IF_REAL, "AC resistance value"), IOPZU( "temp", RES_TEMP, IF_REAL,"Instance operating temperature"), IOPQU( "l", RES_LENGTH, IF_REAL,"Length"), IOPZU( "w", RES_WIDTH, IF_REAL,"Width"),