From 4fd24db7664ddd22fcd7f17ffff282a7ba23f598 Mon Sep 17 00:00:00 2001 From: dwarning Date: Fri, 19 Jun 2020 22:12:49 +0200 Subject: [PATCH] external temp node has number 5 --- src/spicelib/devices/hicum2/hicum2setup.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/spicelib/devices/hicum2/hicum2setup.c b/src/spicelib/devices/hicum2/hicum2setup.c index 6d3cbcdc5..343bfda50 100644 --- a/src/spicelib/devices/hicum2/hicum2setup.c +++ b/src/spicelib/devices/hicum2/hicum2setup.c @@ -729,9 +729,9 @@ HICUMunsetup( here->HICUMcollCINode = 0; if (selfheat) { - // if (here->HICUMtempNode > 4) // it is an internal node - // CKTdltNNum(ckt, here->HICUMtempNode); - // here->HICUMtempNode = 0; + if (here->HICUMtempNode > 5) // it is an internal node + CKTdltNNum(ckt, here->HICUMtempNode); + here->HICUMtempNode = 0; } // if(here->HICUMxfNode > 0)