introduce version parameter to prevent warnings in qa test
This commit is contained in:
parent
147bf5eb4a
commit
595e464479
|
|
@ -101,6 +101,7 @@ IFparm HICUMmPTable[] = { /* model parameters */
|
|||
IOPU("npn", HICUM_MOD_NPN, IF_FLAG, "NPN type device"),
|
||||
IOPU("pnp", HICUM_MOD_PNP, IF_FLAG, "PNP type device"),
|
||||
IOP("tnom", HICUM_MOD_TNOM, IF_REAL, "Temperature at which parameters are specified"),
|
||||
IOP("version", HICUM_MOD_VERSION, IF_STRING, " parameter for model version"),
|
||||
|
||||
//Transfer current
|
||||
IOP("c10", HICUM_MOD_C10 , IF_REAL, "GICCR constant"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue