ifparm, #15/16, ind.c, missing IF_AC|IF_PRINCIPAL in alias entry, use IOPAPR

This commit is contained in:
rlar 2017-04-01 19:15:12 +02:00
parent d32a32bdc8
commit 762314b893
1 changed files with 1 additions and 1 deletions

View File

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