removed printf statements used for debug purpose
This commit is contained in:
parent
2a2dc8d502
commit
ec502ae373
|
|
@ -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("JSVAL_%s_%s=%%e\\n",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("JDVAL_%s_%s=%%e\\n",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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue