From cee466b35e1c647e24a926be49d57c5f80d8e6dc Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 1 Apr 2017 18:38:45 +0200 Subject: [PATCH] ifparm, #9/16, mes.c, "m" is an alias of "area", use IOPUR --- src/spicelib/devices/mes/mes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/devices/mes/mes.c b/src/spicelib/devices/mes/mes.c index 529244ca6..493069642 100644 --- a/src/spicelib/devices/mes/mes.c +++ b/src/spicelib/devices/mes/mes.c @@ -12,7 +12,7 @@ Author: 1987 Thomas L. Quarles IFparm MESpTable[] = { /* parameters */ OPU("off", MES_OFF, IF_FLAG ,"Device initially off"), IOPU("area", MES_AREA, IF_REAL ,"Area factor"), - IOPU("m", MES_AREA, IF_REAL ,"Parallel Multiplier"), + IOPUR("m", MES_AREA, IF_REAL ,"Parallel Multiplier"), IOPAU("icvds", MES_IC_VDS, IF_REAL ,"Initial D-S voltage"), IOPAU("icvgs", MES_IC_VGS, IF_REAL ,"Initial G-S voltage"), OPU("dnode", MES_DRAINNODE, IF_INTEGER,"Number of drain node"),