cut&paste error

This commit is contained in:
dwarning 2020-07-03 14:27:52 +02:00
parent 61ee68c782
commit 80e932424f
1 changed files with 2 additions and 2 deletions

View File

@ -1754,9 +1754,9 @@ HICUMload(GENmodel *inModel, CKTcircuit *ckt)
ckt->CKTreltol* MAX(fabs(ibicihat),
fabs(*(ckt->CKTstate0 + here->HICUMibici)))+
ckt->CKTabstol) )
if( (fabs(ibpcihat-*(ckt->CKTstate0 + here->HICUMibpei)) <
if( (fabs(ibpcihat-*(ckt->CKTstate0 + here->HICUMibpci)) <
ckt->CKTreltol* MAX(fabs(ibpcihat),
fabs(*(ckt->CKTstate0 + here->HICUMibpei)))+
fabs(*(ckt->CKTstate0 + here->HICUMibpci)))+
ckt->CKTabstol) )
if( (fabs(ibpbihat-*(ckt->CKTstate0 + here->HICUMibpbi)) <
ckt->CKTreltol* MAX(fabs(ibpbihat),