Remove cpp comment - and make more readable

This commit is contained in:
dwarning 2005-12-05 20:46:03 +00:00
parent 6dd4777218
commit 5e1ebed38b
1 changed files with 4 additions and 3 deletions

View File

@ -908,9 +908,9 @@ int HSM1load(GENmodel *inModel, register CKTcircuit *ckt)
if (Check == 1) {
ckt->CKTnoncon++;
isConv = 0;
}
/* spice3f4 defined NEWCONV by default, looking to niconv.c
#ifndef NEWCONV
//DW }
}
else {
if (here->HSM1_mode >= 0)
Idtot = here->HSM1_ids + here->HSM1_isub
@ -948,8 +948,9 @@ int HSM1load(GENmodel *inModel, register CKTcircuit *ckt)
}
}
#endif /* NEWCONV */
*/
}
//DW }
}
*(ckt->CKTstate0 + here->HSM1vbs) = vbs;
*(ckt->CKTstate0 + here->HSM1vbd) = vbd;
*(ckt->CKTstate0 + here->HSM1vgs) = vgs;