Browse Source

adms/admst/ngspiceMODULE.c.xml, fix the port name table

which will be exported from the model code to "spice" via
  struct IFdevice.terms
  struct IFdevice.numNames
  struct IFdevice.termNames
pre-master-46
rlar 9 years ago
parent
commit
6ccccbe7c4
  1. 2
      src/spicelib/devices/adms/admst/ngspiceMODULE.c.xml

2
src/spicelib/devices/adms/admst/ngspiceMODULE.c.xml

@ -77,7 +77,7 @@
<admst:text format="\n};\n"/>
char *$(module)names[] = {
<admst:join select="node[grounded='no']" separator=",\n">
<admst:join select="node[location='external' and grounded='no']" separator=",\n">
<admst:choose>
<admst:when test="attribute[name='name']">
<admst:for-each select="attribute[name='name']">

Loading…
Cancel
Save