fix bug node collapsing BI BP
This commit is contained in:
parent
6f5627f441
commit
34f579c08f
|
|
@ -619,7 +619,7 @@ HICUMsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *states)
|
|||
}
|
||||
if(model->HICUMrbi0 == 0) {
|
||||
here->HICUMbaseBINode = here->HICUMbaseBPNode;
|
||||
} else if(here->HICUMemitEINode == 0) {
|
||||
} else if(here->HICUMbaseBINode == 0) {
|
||||
error = CKTmkVolt(ckt, &tmp, here->HICUMname, "baseBI");
|
||||
if(error) return(error);
|
||||
here->HICUMbaseBINode = tmp->number;
|
||||
|
|
|
|||
Loading…
Reference in New Issue