Merge /u/arpadbuermen/ngspice/ branch vadng-pre-45 into pre-master-45

https://sourceforge.net/p/ngspice/ngspice/merge-requests/32/
This commit is contained in:
b'Holger Vogt 2025-06-09 08:56:05 +00:00
commit f656b73240
2 changed files with 4 additions and 3 deletions

View File

@ -31,8 +31,8 @@ JFET2param(int param, IFvalue *value, GENinstance *inst, IFvalue *select)
here->JFET2tempGiven = TRUE;
break;
case JFET2_DTEMP:
here->JFET2temp = value->rValue;
here->JFET2tempGiven = TRUE;
here->JFET2dtemp = value->rValue;
here->JFET2dtempGiven = TRUE;
break;
case JFET2_AREA:
here->JFET2area = value->rValue;

View File

@ -12,7 +12,8 @@ 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"),
IOPUR("m", MES_AREA, IF_REAL ,"Parallel Multiplier"),
IOPUR("m", MES_M, IF_REAL ,"Parallel Multiplier"),
IOPAU("ic", MES_IC, IF_REALVEC,"Initial VDS,VGS vector"),
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"),