rename the device multiplier m to mu, not to mix it up with the Body diode grading coefficient m

This commit is contained in:
Holger Vogt 2018-04-11 12:10:53 +02:00 committed by rlar
parent 7d2daf2025
commit b7c6145f5e
1 changed files with 1 additions and 1 deletions

View File

@ -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"),