temporary, make the failing nodes identifyable
This commit is contained in:
parent
737ea558ba
commit
457bb1d8be
|
|
@ -142,7 +142,7 @@ int $(module)setup (SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *
|
||||||
<admst:value-of select="name"/>
|
<admst:value-of select="name"/>
|
||||||
if(here->%sNode == -1)
|
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);
|
if(error) return(error);
|
||||||
here->%sNode = tmp->number;
|
here->%sNode = tmp->number;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue