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:
rlar 2017-09-23 11:23:54 +02:00 committed by Holger Vogt
parent 51ef13d189
commit 5c187ce061
1 changed files with 1 additions and 0 deletions

View File

@ -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"/>