From 80e932424f91a11eaf88109ed712733ad1afc8e7 Mon Sep 17 00:00:00 2001 From: dwarning Date: Fri, 3 Jul 2020 14:27:52 +0200 Subject: [PATCH] cut&paste error --- src/spicelib/devices/hicum2/hicumL2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spicelib/devices/hicum2/hicumL2.cpp b/src/spicelib/devices/hicum2/hicumL2.cpp index a269021fc..fe10db544 100644 --- a/src/spicelib/devices/hicum2/hicumL2.cpp +++ b/src/spicelib/devices/hicum2/hicumL2.cpp @@ -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),