|
|
|
@ -122,8 +122,8 @@ HICUMpzLoad(GENmodel *inModel, CKTcircuit *ckt, SPcomplex *s) |
|
|
|
/* loop through all the models */ |
|
|
|
for( ; model != NULL; model = HICUMnextModel(model)) { |
|
|
|
|
|
|
|
int selfheat = ( (model->HICUMflsh > 0) && (model->HICUMrthGiven) && (model->HICUMrth > 0.0)); |
|
|
|
int nqs = ( (model->HICUMflnqs != 0 || model->HICUMflcomp < 2.3) && (model->HICUMalit > 0 || model->HICUMalqf > 0)); |
|
|
|
int selfheat = ((model->HICUMflsh > 0) && (model->HICUMrthGiven) && (model->HICUMrth > 0.0)); |
|
|
|
int nqs = ((model->HICUMflnqs != 0 || model->HICUMflcomp < 2.3) && (model->HICUMt0Given) && (model->HICUMt0 > 0.0) && (model->HICUMalit > 0 || model->HICUMalqf > 0)); |
|
|
|
|
|
|
|
/* loop through all the instances of the model */ |
|
|
|
for( here = HICUMinstances(model); here!= NULL; |
|
|
|
|