#4/4 #include <ngspice/...> --> #include "ngspice/..." for adms3
This commit is contained in:
parent
225f5aef19
commit
88374b8c70
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -3363,9 +3363,9 @@ get_$(module)_info(void)
|
|||
#ifndef $(module)
|
||||
#define $(module)
|
||||
|
||||
#include <src/include/ngspice/ngspice.h>
|
||||
#include <src/include/ngspice/devdefs.h>
|
||||
#include <src/include/ngspice/sperror.h>
|
||||
#include "src/include/ngspice/ngspice.h"
|
||||
#include "src/include/ngspice/devdefs.h"
|
||||
#include "src/include/ngspice/sperror.h"
|
||||
|
||||
#ifndef DEV_$(module)
|
||||
#define DEV_$(module)
|
||||
|
|
|
|||
Loading…
Reference in New Issue