From c1f034869709972633ae04e57a0adbed07b1d9b5 Mon Sep 17 00:00:00 2001 From: dwarning Date: Fri, 31 Jul 2020 18:31:10 +0200 Subject: [PATCH] still problems in different terminal configurations --- src/spicelib/devices/hicum2/hicum2setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }