fixme, guesstopology uses a different $(module) variable compared to the other
inconsistency, will pop up at various places, for example in the wrapper #ifndef XXX_include_h #endif
This commit is contained in:
parent
51ef13d189
commit
5c187ce061
|
|
@ -341,6 +341,7 @@ int $(module)guesstopology (SMPmatrix *matrix, CKTcircuit *ckt, $(module)model *
|
|||
|
||||
<admst:variable name="localvariables"/>
|
||||
<admst:for-each select="/module">
|
||||
<!-- fixme, this $(module) variable diverts from other usage pattern -->
|
||||
<admst:variable name="module" select="%(attribute[name='ngspicename']/value)"/>
|
||||
<admst:open file="$(module)guesstopology.c">
|
||||
<admst:text format="/***\n*** Interface: %(/simulator/package_string)\n"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue