mutual, improve comment
This commit is contained in:
parent
4b94193a20
commit
575baaeab0
|
|
@ -24,7 +24,7 @@ INDsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *states)
|
|||
/* loop through all the inductor models */
|
||||
for( ; model != NULL; model = model->INDnextModel ) {
|
||||
|
||||
/* Default Value Processing for Model Parameters */
|
||||
/* Default Value Processing for Model Parameters */
|
||||
if (!model->INDmIndGiven) {
|
||||
model->INDmInd = 0.0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ MUTsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *states)
|
|||
|
||||
NG_IGNORE(states);
|
||||
|
||||
/* loop through all the inductor models */
|
||||
/* loop through all the mutual inductor models */
|
||||
for( ; model != NULL; model = model->MUTnextModel ) {
|
||||
|
||||
/* loop through all the instances of the model */
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ MUTtemp(GENmodel *inModel, CKTcircuit *ckt)
|
|||
|
||||
NG_IGNORE(ckt);
|
||||
|
||||
/* loop through all the inductor models */
|
||||
/* loop through all the mutual inductor models */
|
||||
for( ; model != NULL; model = model->MUTnextModel ) {
|
||||
|
||||
/* loop through all the instances of the model */
|
||||
|
|
|
|||
Loading…
Reference in New Issue