ifparm, #15/16, ind.c, missing IF_AC|IF_PRINCIPAL in alias entry, use IOPAPR
This commit is contained in:
parent
d32a32bdc8
commit
762314b893
|
|
@ -67,7 +67,7 @@ int INDmSize = sizeof(INDmodel);
|
|||
|
||||
IFparm MUTpTable[] = { /* parameters */
|
||||
IOPAP( "k", MUT_COEFF, IF_REAL , "Mutual inductance"),
|
||||
IOPR( "coefficient", MUT_COEFF, IF_REAL , ""),
|
||||
IOPAPR( "coefficient", MUT_COEFF, IF_REAL, ""),
|
||||
IOP( "inductor1", MUT_IND1, IF_INSTANCE, "First coupled inductor"),
|
||||
IOP( "inductor2", MUT_IND2, IF_INSTANCE, "Second coupled inductor"),
|
||||
IP( "sens_coeff", MUT_COEFF_SENS, IF_FLAG,
|
||||
|
|
|
|||
Loading…
Reference in New Issue