Browse Source

#4/4 #include <ngspice/...> --> #include "ngspice/..." for adms3

rlar 15 years ago
parent
commit
88374b8c70
  1. 4
      ChangeLog
  2. 6
      src/spicelib/devices/adms/admst/ngspice.xml

4
ChangeLog

@ -1,3 +1,7 @@
2011-12-11 Robert Larice
* src/spicelib/devices/adms/admst/ngspice.xml :
#4/4 #include <ngspice/...> --> #include "ngspice/..." for adms3
2011-12-11 Robert Larice
* src/spicelib/devices/adms/admst/ngspiceMODULE*.xml :
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms

6
src/spicelib/devices/adms/admst/ngspice.xml

@ -3363,9 +3363,9 @@ get_$(module)_info(void)
#ifndef $(module)
#define $(module)
#include &lt;src/include/ngspice/ngspice.h&gt;
#include &lt;src/include/ngspice/devdefs.h&gt;
#include &lt;src/include/ngspice/sperror.h&gt;
#include &quot;src/include/ngspice/ngspice.h&quot;
#include &quot;src/include/ngspice/devdefs.h&quot;
#include &quot;src/include/ngspice/sperror.h&quot;
#ifndef DEV_$(module)
#define DEV_$(module)

Loading…
Cancel
Save