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
This commit is contained in:
parent
ba6955a1aa
commit
6ccccbe7c4
|
|
@ -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…
Reference in New Issue