mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-03 18:59:44 +02:00
external temp node has number 5
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user