|
|
@ -20,6 +20,8 @@ INDparam(int param, IFvalue *value, GENinstance *inst, IFvalue *select) |
|
|
switch(param) { |
|
|
switch(param) { |
|
|
case IND_IND: |
|
|
case IND_IND: |
|
|
here->INDinduct = value->rValue; |
|
|
here->INDinduct = value->rValue; |
|
|
|
|
|
if (!here->INDmGiven) |
|
|
|
|
|
here->INDm =1.0; |
|
|
here->INDindGiven = TRUE; |
|
|
here->INDindGiven = TRUE; |
|
|
break; |
|
|
break; |
|
|
case IND_TEMP: |
|
|
case IND_TEMP: |
|
|
|