temporary, make the failing nodes identifyable

This commit is contained in:
rlar 2017-05-14 11:38:19 +02:00 committed by Holger Vogt
parent 50b883dbc7
commit ea4f5e165c
1 changed files with 1 additions and 1 deletions

View File

@ -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,&amp;tmp,here-&gt;$(module)name,&quot;$info&quot;);
error=CKTmkVolt(ckt,&amp;tmp,here-&gt;$(module)name,&quot;X%(name)X&quot;);
if(error) return(error);
here->%sNode = tmp->number;
}