From b7c6145f5e8a20ed719632b606ffc1d657926481 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Wed, 11 Apr 2018 12:10:53 +0200 Subject: [PATCH] rename the device multiplier m to mu, not to mix it up with the Body diode grading coefficient m --- src/spicelib/devices/vdmos/vdmos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/devices/vdmos/vdmos.c b/src/spicelib/devices/vdmos/vdmos.c index 4b053c4ff..51c62aa33 100644 --- a/src/spicelib/devices/vdmos/vdmos.c +++ b/src/spicelib/devices/vdmos/vdmos.c @@ -12,7 +12,7 @@ VDMOS Model: 2018 Holger Vogt #include "ngspice/suffix.h" IFparm VDMOSpTable[] = { /* parameters */ - IOPU("m", VDMOS_M, IF_REAL, "Multiplier"), + IOPU("mu", VDMOS_M, IF_REAL, "Multiplier"), IOPU("l", VDMOS_L, IF_REAL, "Length"), IOPU("w", VDMOS_W, IF_REAL, "Width"), IP("off", VDMOS_OFF, IF_FLAG, "Device initially off"),