mutual, improve comment

This commit is contained in:
Francesco Lannutti 2014-04-26 20:09:21 +02:00 committed by rlar
parent 4b94193a20
commit 575baaeab0
3 changed files with 3 additions and 3 deletions

View File

@ -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;
}

View File

@ -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 */

View File

@ -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 */