removed printf statements used for debug purpose

This commit is contained in:
r29173 2006-02-21 10:27:10 +00:00
parent 2a2dc8d502
commit ec502ae373
1 changed files with 6 additions and 11 deletions

View File

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.3 2006-02-21 08:05:18 dwarning
Revision 1.4 2006-02-21 10:27:10 r29173
removed printf statements used for debug purpose
Revision 1.3 2006/02/21 08:05:18 dwarning
Introduction of alias names for modules to prevent cryptic naming.
Revision 1.2 2006/02/02 17:56:31 pnenzi
@ -79,11 +82,7 @@ int $(module)acLoad(GENmodel *inModel, CKTcircuit *ckt)
<admst:value-of select="row/name"/>
<admst:value-of select="column/name"/>
<admst:value-of select="row/name"/>
<admst:value-of select="column/name"/>
<admst:value-of select="row/name"/>
<admst:value-of select="column/name"/>
<admst:value-of select="row/name"/>
<admst:text format=" if(here->PTR_J_%s_%s_required) {printf(&quot;JSVAL_%s_%s=%%e\\n&quot;,here->JSVAL_%s_%s); *(here->PTR_J_%s_%s)+=here->JSVAL_%s_%s;}\n"/>
<admst:text format=" if(here->PTR_J_%s_%s_required) *(here->PTR_J_%s_%s)+=here->JSVAL_%s_%s;\n"/>
</admst:for-each>
<admst:for-each select="jacobian[dynamic='yes']">
<admst:value-of select="column/name"/>
@ -92,11 +91,7 @@ int $(module)acLoad(GENmodel *inModel, CKTcircuit *ckt)
<admst:value-of select="row/name"/>
<admst:value-of select="column/name"/>
<admst:value-of select="row/name"/>
<admst:value-of select="column/name"/>
<admst:value-of select="row/name"/>
<admst:value-of select="column/name"/>
<admst:value-of select="row/name"/>
<admst:text format=" if(here->PTR_J_%s_%s_required) {printf(&quot;JDVAL_%s_%s=%%e\\n&quot;,ckt->CKTomega*here->JDVAL_%s_%s); *(here->PTR_J_%s_%s+1)+=ckt->CKTomega*here->JDVAL_%s_%s;}\n"/>
<admst:text format=" if(here->PTR_J_%s_%s_required) *(here->PTR_J_%s_%s+1)+=ckt->CKTomega*here->JDVAL_%s_%s;\n"/>
</admst:for-each>
} /* End of MOSFET Instance */
} /* End of Model Instance */