diff --git a/src/spicelib/devices/hicum2/hicum2setup.c b/src/spicelib/devices/hicum2/hicum2setup.c index 646d298e3..f2cb167d3 100644 --- a/src/spicelib/devices/hicum2/hicum2setup.c +++ b/src/spicelib/devices/hicum2/hicum2setup.c @@ -836,7 +836,7 @@ HICUMunsetup( here->HICUMsubsSINode = 0; if (selfheat) { - if (here->HICUMtempNode > 5) { // it is an internal node + if (here->HICUMtempNode > 6) { // it is an internal node CKTdltNNum(ckt, here->HICUMtempNode); here->HICUMtempNode = 0; }