temporary, make the failing nodes identifyable
This commit is contained in:
parent
50b883dbc7
commit
ea4f5e165c
|
|
@ -142,7 +142,7 @@ int $(module)setup (SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *
|
|||
<admst:value-of select="name"/>
|
||||
if(here->%sNode == -1)
|
||||
{
|
||||
error=CKTmkVolt(ckt,&tmp,here->$(module)name,"$info");
|
||||
error=CKTmkVolt(ckt,&tmp,here->$(module)name,"X%(name)X");
|
||||
if(error) return(error);
|
||||
here->%sNode = tmp->number;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue