#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
This commit is contained in:
parent
4e3cc188d9
commit
225f5aef19
|
|
@ -1,3 +1,7 @@
|
|||
2011-12-11 Robert Larice
|
||||
* src/spicelib/devices/adms/admst/ngspiceMODULE*.xml :
|
||||
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
|
||||
|
||||
2011-12-11 Robert Larice
|
||||
* src/xspice/cmpp/pp_mod.c ,
|
||||
* src/xspice/cmpp/writ_ifs.c :
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
<!--
|
||||
$Id$
|
||||
$Log$
|
||||
Revision 1.7 2011-08-20 17:49:37 rlar
|
||||
Revision 1.8 2011-12-11 18:16:09 rlar
|
||||
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
|
||||
|
||||
Revision 1.7 2011/08/20 17:49:37 rlar
|
||||
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
||||
Revision 1.6 2011/07/23 07:57:07 dwarning
|
||||
|
|
@ -57,10 +60,10 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/devdefs.h>
|
||||
#include "ngspice/ngspice.h"
|
||||
#include "ngspice/devdefs.h"
|
||||
#include "$(module)defs.h"
|
||||
#include <ngspice/suffix.h>
|
||||
#include "ngspice/suffix.h"
|
||||
|
||||
<admst:text format="IFparm $(module)pTable[] = {\n"/>
|
||||
<admst:join select="variable[parametertype='instance' and input='yes']" separator=",\n">
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
<!--
|
||||
$Id$
|
||||
$Log$
|
||||
Revision 1.7 2011-08-20 17:49:37 rlar
|
||||
Revision 1.8 2011-12-11 18:16:09 rlar
|
||||
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
|
||||
|
||||
Revision 1.7 2011/08/20 17:49:37 rlar
|
||||
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
||||
Revision 1.6 2011/01/13 17:05:46 dwarning
|
||||
|
|
@ -70,11 +73,11 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/cktdefs.h>
|
||||
#include "ngspice/ngspice.h"
|
||||
#include "ngspice/cktdefs.h"
|
||||
#include "$(module)defs.h"
|
||||
#include <ngspice/sperror.h>
|
||||
#include <ngspice/suffix.h>
|
||||
#include "ngspice/sperror.h"
|
||||
#include "ngspice/suffix.h"
|
||||
|
||||
int $(module)acLoad(GENmodel *inModel, CKTcircuit *ckt)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
<!--
|
||||
$Id$
|
||||
$Log$
|
||||
Revision 1.8 2011-08-20 17:49:37 rlar
|
||||
Revision 1.9 2011-12-11 18:16:09 rlar
|
||||
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
|
||||
|
||||
Revision 1.8 2011/08/20 17:49:37 rlar
|
||||
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
||||
Revision 1.7 2011/08/12 15:18:41 rlar
|
||||
|
|
@ -61,13 +64,13 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/const.h>
|
||||
#include <ngspice/cktdefs.h>
|
||||
#include "ngspice/ngspice.h"
|
||||
#include "ngspice/const.h"
|
||||
#include "ngspice/cktdefs.h"
|
||||
#include "$(module)defs.h"
|
||||
#include <ngspice/ifsim.h>
|
||||
#include <ngspice/sperror.h>
|
||||
#include <ngspice/suffix.h>
|
||||
#include "ngspice/ifsim.h"
|
||||
#include "ngspice/sperror.h"
|
||||
#include "ngspice/suffix.h"
|
||||
|
||||
int $(module)ask(CKTcircuit *ckt, GENinstance *inst, int which, IFvalue *value, IFvalue *select)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
<!--
|
||||
$Id$
|
||||
$Log$
|
||||
Revision 1.18 2011-08-20 17:49:37 rlar
|
||||
Revision 1.19 2011-12-11 18:16:09 rlar
|
||||
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
|
||||
|
||||
Revision 1.18 2011/08/20 17:49:37 rlar
|
||||
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
||||
Revision 1.17 2011/01/13 17:05:46 dwarning
|
||||
|
|
@ -99,11 +102,11 @@
|
|||
#ifndef $(module)
|
||||
#define $(module)
|
||||
|
||||
#include <ngspice/cktdefs.h>
|
||||
#include <ngspice/ifsim.h>
|
||||
#include <ngspice/gendefs.h>
|
||||
#include <ngspice/complex.h>
|
||||
#include <ngspice/noisedef.h>
|
||||
#include "ngspice/cktdefs.h"
|
||||
#include "ngspice/ifsim.h"
|
||||
#include "ngspice/gendefs.h"
|
||||
#include "ngspice/complex.h"
|
||||
#include "ngspice/noisedef.h"
|
||||
|
||||
<admst:for-each select="variable">
|
||||
<admst:value-of select="name"/>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
<!--
|
||||
$Id$
|
||||
$Log$
|
||||
Revision 1.4 2011-08-20 17:49:37 rlar
|
||||
Revision 1.5 2011-12-11 18:16:09 rlar
|
||||
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
|
||||
|
||||
Revision 1.4 2011/08/20 17:49:37 rlar
|
||||
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
||||
Revision 1.3 2011/01/13 17:05:46 dwarning
|
||||
|
|
@ -60,10 +63,10 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include <ngspice/ngspice.h>
|
||||
#include "ngspice/ngspice.h"
|
||||
#include "$(module)defs.h"
|
||||
#include <ngspice/sperror.h>
|
||||
#include <ngspice/suffix.h>
|
||||
#include "ngspice/sperror.h"
|
||||
#include "ngspice/suffix.h"
|
||||
|
||||
int $(module)delete(GENmodel *inModel, IFuid name, GENinstance **inInst)
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
<!--
|
||||
$Id$
|
||||
$Log$
|
||||
Revision 1.4 2011-08-20 17:49:37 rlar
|
||||
Revision 1.5 2011-12-11 18:16:09 rlar
|
||||
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
|
||||
|
||||
Revision 1.4 2011/08/20 17:49:37 rlar
|
||||
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
||||
Revision 1.3 2011/01/13 17:05:46 dwarning
|
||||
|
|
@ -60,9 +63,9 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include <ngspice/ngspice.h>
|
||||
#include "ngspice/ngspice.h"
|
||||
#include "$(module)defs.h"
|
||||
#include <ngspice/suffix.h>
|
||||
#include "ngspice/suffix.h"
|
||||
|
||||
void $(module)destroy(GENmodel **inModel)
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
<!--
|
||||
$Id$
|
||||
$Log$
|
||||
Revision 1.16 2011-08-20 17:49:37 rlar
|
||||
Revision 1.17 2011-12-11 18:16:09 rlar
|
||||
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
|
||||
|
||||
Revision 1.16 2011/08/20 17:49:37 rlar
|
||||
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
||||
Revision 1.15 2011/08/12 15:18:41 rlar
|
||||
|
|
@ -258,14 +261,14 @@
|
|||
|
||||
<admst:template match="code">
|
||||
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/cktdefs.h>
|
||||
#include <ngspice/smpdefs.h>
|
||||
#include "ngspice/ngspice.h"
|
||||
#include "ngspice/cktdefs.h"
|
||||
#include "ngspice/smpdefs.h"
|
||||
#include "$(module)defs.h"
|
||||
#include <ngspice/const.h>
|
||||
#include <ngspice/sperror.h>
|
||||
#include <ngspice/ifsim.h>
|
||||
#include <ngspice/suffix.h>
|
||||
#include "ngspice/const.h"
|
||||
#include "ngspice/sperror.h"
|
||||
#include "ngspice/ifsim.h"
|
||||
#include "ngspice/suffix.h"
|
||||
|
||||
#define jacobian(a,b) here->PTR_J_##a##_##b##_required=1;
|
||||
#define static_jacobian4(p,q,r,s) jacobian(p,r) jacobian(p,s) jacobian(q,r) jacobian(q,s)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
<!--
|
||||
$Id$
|
||||
$Log$
|
||||
Revision 1.9 2011-08-20 17:49:37 rlar
|
||||
Revision 1.10 2011-12-11 18:16:09 rlar
|
||||
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
|
||||
|
||||
Revision 1.9 2011/08/20 17:49:37 rlar
|
||||
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
||||
Revision 1.8 2011/08/20 17:27:13 rlar
|
||||
|
|
@ -62,7 +65,7 @@
|
|||
<admst:template match="code">
|
||||
#include "config.h"
|
||||
|
||||
#include <ngspice/devdefs.h>
|
||||
#include "ngspice/devdefs.h"
|
||||
|
||||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
<!--
|
||||
$Id$
|
||||
$Log$
|
||||
Revision 1.11 2011-08-20 17:49:37 rlar
|
||||
Revision 1.12 2011-12-11 18:16:09 rlar
|
||||
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
|
||||
|
||||
Revision 1.11 2011/08/20 17:49:37 rlar
|
||||
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
||||
Revision 1.10 2011/08/12 15:18:41 rlar
|
||||
|
|
@ -86,14 +89,14 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/cktdefs.h>
|
||||
#include "ngspice/ngspice.h"
|
||||
#include "ngspice/cktdefs.h"
|
||||
#include "$(module)defs.h"
|
||||
#include <ngspice/const.h>
|
||||
#include <ngspice/trandefs.h>
|
||||
#include <ngspice/sperror.h>
|
||||
#include <ngspice/devdefs.h>
|
||||
#include <ngspice/suffix.h>
|
||||
#include "ngspice/const.h"
|
||||
#include "ngspice/trandefs.h"
|
||||
#include "ngspice/sperror.h"
|
||||
#include "ngspice/devdefs.h"
|
||||
#include "ngspice/suffix.h"
|
||||
|
||||
/*fixme: noise not implemented in ngspice*/
|
||||
#define ngspice_flickernoise(p,n,mag,freq,info)\\
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
<!--
|
||||
$Id$
|
||||
$Log$
|
||||
Revision 1.8 2011-08-20 17:49:37 rlar
|
||||
Revision 1.9 2011-12-11 18:16:09 rlar
|
||||
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
|
||||
|
||||
Revision 1.8 2011/08/20 17:49:37 rlar
|
||||
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
||||
Revision 1.7 2011/08/12 15:18:41 rlar
|
||||
|
|
@ -60,14 +63,14 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/const.h>
|
||||
#include <ngspice/ifsim.h>
|
||||
#include <ngspice/cktdefs.h>
|
||||
#include <ngspice/devdefs.h>
|
||||
#include "ngspice/ngspice.h"
|
||||
#include "ngspice/const.h"
|
||||
#include "ngspice/ifsim.h"
|
||||
#include "ngspice/cktdefs.h"
|
||||
#include "ngspice/devdefs.h"
|
||||
#include "$(module)defs.h"
|
||||
#include <ngspice/sperror.h>
|
||||
#include <ngspice/suffix.h>
|
||||
#include "ngspice/sperror.h"
|
||||
#include "ngspice/suffix.h"
|
||||
|
||||
int $(module)mAsk(CKTcircuit *ckt, GENmodel *inst, int which, IFvalue *value)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
<!--
|
||||
$Id$
|
||||
$Log$
|
||||
Revision 1.4 2011-08-20 17:49:37 rlar
|
||||
Revision 1.5 2011-12-11 18:16:09 rlar
|
||||
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
|
||||
|
||||
Revision 1.4 2011/08/20 17:49:37 rlar
|
||||
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
||||
Revision 1.3 2011/01/13 17:05:46 dwarning
|
||||
|
|
@ -60,10 +63,10 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include <ngspice/ngspice.h>
|
||||
#include "ngspice/ngspice.h"
|
||||
#include "$(module)defs.h"
|
||||
#include <ngspice/sperror.h>
|
||||
#include <ngspice/suffix.h>
|
||||
#include "ngspice/sperror.h"
|
||||
#include "ngspice/suffix.h"
|
||||
|
||||
int $(module)mDelete(GENmodel **inModel, IFuid modname, GENmodel *kill)
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
<!--
|
||||
$Id$
|
||||
$Log$
|
||||
Revision 1.7 2011-08-20 17:49:37 rlar
|
||||
Revision 1.8 2011-12-11 18:16:09 rlar
|
||||
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
|
||||
|
||||
Revision 1.7 2011/08/20 17:49:37 rlar
|
||||
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
||||
Revision 1.6 2011/01/13 17:05:46 dwarning
|
||||
|
|
@ -58,12 +61,12 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/const.h>
|
||||
#include <ngspice/ifsim.h>
|
||||
#include "ngspice/ngspice.h"
|
||||
#include "ngspice/const.h"
|
||||
#include "ngspice/ifsim.h"
|
||||
#include "$(module)defs.h"
|
||||
#include <ngspice/sperror.h>
|
||||
#include <ngspice/suffix.h>
|
||||
#include "ngspice/sperror.h"
|
||||
#include "ngspice/suffix.h"
|
||||
|
||||
int $(module)mParam(int param, IFvalue *value, GENmodel *inMod)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
<!--
|
||||
$Id$
|
||||
$Log$
|
||||
Revision 1.3 2011-08-20 17:49:37 rlar
|
||||
Revision 1.4 2011-12-11 18:16:09 rlar
|
||||
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
|
||||
|
||||
Revision 1.3 2011/08/20 17:49:37 rlar
|
||||
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
||||
Revision 1.2 2011/01/13 17:05:46 dwarning
|
||||
|
|
@ -48,12 +51,12 @@
|
|||
<admst:template match="code">
|
||||
<admst:variable name="module" select="%(attribute[name='ngspicename']/value)"/>
|
||||
|
||||
#include <ngspice/ngspice.h>
|
||||
#include "ngspice/ngspice.h"
|
||||
#include "$(module)defs.h"
|
||||
#include <ngspice/cktdefs.h>
|
||||
#include <ngspice/iferrmsg.h>
|
||||
#include <ngspice/noisedef.h>
|
||||
#include <ngspice/suffix.h>
|
||||
#include "ngspice/cktdefs.h"
|
||||
#include "ngspice/iferrmsg.h"
|
||||
#include "ngspice/noisedef.h"
|
||||
#include "ngspice/suffix.h"
|
||||
|
||||
extern void NevalSrc();
|
||||
extern double Nintegrate();
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
<!--
|
||||
$Id$
|
||||
$Log$
|
||||
Revision 1.8 2011-08-20 17:49:37 rlar
|
||||
Revision 1.9 2011-12-11 18:16:09 rlar
|
||||
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
|
||||
|
||||
Revision 1.8 2011/08/20 17:49:37 rlar
|
||||
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
||||
Revision 1.7 2011/08/12 15:18:41 rlar
|
||||
|
|
@ -60,12 +63,12 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/const.h>
|
||||
#include <ngspice/ifsim.h>
|
||||
#include "ngspice/ngspice.h"
|
||||
#include "ngspice/const.h"
|
||||
#include "ngspice/ifsim.h"
|
||||
#include "$(module)defs.h"
|
||||
#include <ngspice/sperror.h>
|
||||
#include <ngspice/suffix.h>
|
||||
#include "ngspice/sperror.h"
|
||||
#include "ngspice/suffix.h"
|
||||
|
||||
int $(module)par(int param, IFvalue *value, GENinstance *inst, IFvalue *select)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
<!--
|
||||
$Id$
|
||||
$Log$
|
||||
Revision 1.5 2011-08-20 17:49:37 rlar
|
||||
Revision 1.6 2011-12-11 18:16:09 rlar
|
||||
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
|
||||
|
||||
Revision 1.5 2011/08/20 17:49:37 rlar
|
||||
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
||||
Revision 1.4 2011/08/12 15:18:41 rlar
|
||||
|
|
@ -64,12 +67,12 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/cktdefs.h>
|
||||
#include <ngspice/complex.h>
|
||||
#include "ngspice/ngspice.h"
|
||||
#include "ngspice/cktdefs.h"
|
||||
#include "ngspice/complex.h"
|
||||
#include "$(module)defs.h"
|
||||
#include <ngspice/sperror.h>
|
||||
#include <ngspice/suffix.h>
|
||||
#include "ngspice/sperror.h"
|
||||
#include "ngspice/suffix.h"
|
||||
|
||||
int $(module)pzLoad(GENmodel *inModel, CKTcircuit *ckt, SPcomplex *s)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
<!--
|
||||
$Id$
|
||||
$Log$
|
||||
Revision 1.7 2011-08-20 17:49:37 rlar
|
||||
Revision 1.8 2011-12-11 18:16:09 rlar
|
||||
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
|
||||
|
||||
Revision 1.7 2011/08/20 17:49:37 rlar
|
||||
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
||||
Revision 1.6 2011/01/13 17:05:46 dwarning
|
||||
|
|
@ -70,14 +73,14 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/cktdefs.h>
|
||||
#include <ngspice/smpdefs.h>
|
||||
#include "ngspice/ngspice.h"
|
||||
#include "ngspice/cktdefs.h"
|
||||
#include "ngspice/smpdefs.h"
|
||||
#include "$(module)defs.h"
|
||||
#include <ngspice/const.h>
|
||||
#include <ngspice/sperror.h>
|
||||
#include <ngspice/ifsim.h>
|
||||
#include <ngspice/suffix.h>
|
||||
#include "ngspice/const.h"
|
||||
#include "ngspice/sperror.h"
|
||||
#include "ngspice/ifsim.h"
|
||||
#include "ngspice/suffix.h"
|
||||
|
||||
int $(module)setup (SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *states)
|
||||
/* load the $(module) device structure with those pointers needed later
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
<!--
|
||||
$Id$
|
||||
$Log$
|
||||
Revision 1.8 2011-08-20 17:49:37 rlar
|
||||
Revision 1.9 2011-12-11 18:16:09 rlar
|
||||
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
|
||||
|
||||
Revision 1.8 2011/08/20 17:49:37 rlar
|
||||
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
||||
Revision 1.7 2011/08/12 15:18:41 rlar
|
||||
|
|
@ -74,14 +77,14 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/cktdefs.h>
|
||||
#include <ngspice/smpdefs.h>
|
||||
#include "ngspice/ngspice.h"
|
||||
#include "ngspice/cktdefs.h"
|
||||
#include "ngspice/smpdefs.h"
|
||||
#include "$(module)defs.h"
|
||||
#include <ngspice/const.h>
|
||||
#include <ngspice/sperror.h>
|
||||
#include <ngspice/ifsim.h>
|
||||
#include <ngspice/suffix.h>
|
||||
#include "ngspice/const.h"
|
||||
#include "ngspice/sperror.h"
|
||||
#include "ngspice/ifsim.h"
|
||||
#include "ngspice/suffix.h"
|
||||
|
||||
#define _STATIC
|
||||
#define _DYNAMIC
|
||||
|
|
|
|||
|
|
@ -4,7 +4,10 @@
|
|||
<!--
|
||||
$Id$
|
||||
$Log$
|
||||
Revision 1.3 2011-08-20 17:49:37 rlar
|
||||
Revision 1.4 2011-12-11 18:16:09 rlar
|
||||
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
|
||||
|
||||
Revision 1.3 2011/08/20 17:49:37 rlar
|
||||
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
||||
Revision 1.2 2011/01/13 17:05:46 dwarning
|
||||
|
|
@ -58,11 +61,11 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/cktdefs.h>
|
||||
#include "ngspice/ngspice.h"
|
||||
#include "ngspice/cktdefs.h"
|
||||
#include "$(module)defs.h"
|
||||
#include <ngspice/sperror.h>
|
||||
#include <ngspice/suffix.h>
|
||||
#include "ngspice/sperror.h"
|
||||
#include "ngspice/suffix.h"
|
||||
|
||||
int $(module)trunc(GENmodel *inModel, CKTcircuit *ckt, double *timeStep)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue