Browse Source

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

pre-master-46
Holger Vogt 8 years ago
committed by rlar
parent
commit
b7c6145f5e
  1. 2
      src/spicelib/devices/vdmos/vdmos.c

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

Loading…
Cancel
Save