#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
This commit is contained in:
parent
028915d9ae
commit
884ed12334
|
|
@ -1,7 +1,13 @@
|
|||
2011-08-20 Robert Larice
|
||||
* src/spicelib/devices/adms/admst/*.xml :
|
||||
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
adms-2
|
||||
|
||||
2011-08-20 Robert Larice
|
||||
* src/xspice/cmpp/pp_mod.c ,
|
||||
* src/xspice/cmpp/writ_ifs.c :
|
||||
#5/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
xspice
|
||||
|
||||
2011-08-20 Robert Larice
|
||||
* visualc/vngspice.vcproj :
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
<!--
|
||||
$Id$
|
||||
$Log$
|
||||
Revision 1.6 2011-07-23 07:57:07 dwarning
|
||||
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
|
||||
lower case substitution in xml module
|
||||
|
||||
Revision 1.5 2011/01/13 17:05:46 dwarning
|
||||
|
|
@ -54,10 +57,10 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include "ngspice.h"
|
||||
#include "devdefs.h"
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/devdefs.h>
|
||||
#include "$(module)defs.h"
|
||||
#include "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.6 2011-01-13 17:05:46 dwarning
|
||||
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
|
||||
set version parameter to 2.3.0
|
||||
|
||||
Revision 1.5 2006/03/05 09:38:41 pnenzi
|
||||
|
|
@ -67,11 +70,11 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include "ngspice.h"
|
||||
#include "cktdefs.h"
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/cktdefs.h>
|
||||
#include "$(module)defs.h"
|
||||
#include "sperror.h"
|
||||
#include "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.7 2011-08-12 15:18:41 rlar
|
||||
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
|
||||
pull two -adms3 fixes into -adms
|
||||
|
||||
Revision 1.6 2011/01/13 17:05:46 dwarning
|
||||
|
|
@ -58,13 +61,13 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include "ngspice.h"
|
||||
#include "const.h"
|
||||
#include "cktdefs.h"
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/const.h>
|
||||
#include <ngspice/cktdefs.h>
|
||||
#include "$(module)defs.h"
|
||||
#include "ifsim.h"
|
||||
#include "sperror.h"
|
||||
#include "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.17 2011-01-13 17:05:46 dwarning
|
||||
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
|
||||
set version parameter to 2.3.0
|
||||
|
||||
Revision 1.16 2011/01/12 20:06:59 dwarning
|
||||
|
|
@ -96,11 +99,11 @@
|
|||
#ifndef $(module)
|
||||
#define $(module)
|
||||
|
||||
#include "cktdefs.h"
|
||||
#include "ifsim.h"
|
||||
#include "gendefs.h"
|
||||
#include "complex.h"
|
||||
#include "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.3 2011-01-13 17:05:46 dwarning
|
||||
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
|
||||
set version parameter to 2.3.0
|
||||
|
||||
Revision 1.2 2006/03/05 09:38:41 pnenzi
|
||||
|
|
@ -57,10 +60,10 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include "ngspice.h"
|
||||
#include <ngspice/ngspice.h>
|
||||
#include "$(module)defs.h"
|
||||
#include "sperror.h"
|
||||
#include "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.3 2011-01-13 17:05:46 dwarning
|
||||
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
|
||||
set version parameter to 2.3.0
|
||||
|
||||
Revision 1.2 2006/03/05 09:38:41 pnenzi
|
||||
|
|
@ -57,9 +60,9 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include "ngspice.h"
|
||||
#include <ngspice/ngspice.h>
|
||||
#include "$(module)defs.h"
|
||||
#include "suffix.h"
|
||||
#include <ngspice/suffix.h>
|
||||
|
||||
void $(module)destroy(GENmodel **inModel)
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
<!--
|
||||
$Id$
|
||||
$Log$
|
||||
Revision 1.15 2011-08-12 15:18:41 rlar
|
||||
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
|
||||
pull two -adms3 fixes into -adms
|
||||
|
||||
Revision 1.14 2011/01/13 17:05:46 dwarning
|
||||
|
|
@ -255,14 +258,14 @@
|
|||
|
||||
<admst:template match="code">
|
||||
|
||||
#include "ngspice.h"
|
||||
#include "cktdefs.h"
|
||||
#include "smpdefs.h"
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/cktdefs.h>
|
||||
#include <ngspice/smpdefs.h>
|
||||
#include "$(module)defs.h"
|
||||
#include "const.h"
|
||||
#include "sperror.h"
|
||||
#include "ifsim.h"
|
||||
#include "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.8 2011-08-20 17:27:13 rlar
|
||||
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
|
||||
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
||||
Revision 1.7 2011/01/13 17:05:46 dwarning
|
||||
|
|
@ -59,7 +62,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.10 2011-08-12 15:18:41 rlar
|
||||
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
|
||||
pull two -adms3 fixes into -adms
|
||||
|
||||
Revision 1.9 2011/01/13 17:05:46 dwarning
|
||||
|
|
@ -83,14 +86,14 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include "ngspice.h"
|
||||
#include "cktdefs.h"
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/cktdefs.h>
|
||||
#include "$(module)defs.h"
|
||||
#include "const.h"
|
||||
#include "trandefs.h"
|
||||
#include "sperror.h"
|
||||
#include "devdefs.h"
|
||||
#include "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.7 2011-08-12 15:18:41 rlar
|
||||
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
|
||||
pull two -adms3 fixes into -adms
|
||||
|
||||
Revision 1.6 2011/01/13 17:05:46 dwarning
|
||||
|
|
@ -57,14 +60,14 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include "ngspice.h"
|
||||
#include "const.h"
|
||||
#include "ifsim.h"
|
||||
#include "cktdefs.h"
|
||||
#include "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 "sperror.h"
|
||||
#include "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.3 2011-01-13 17:05:46 dwarning
|
||||
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
|
||||
set version parameter to 2.3.0
|
||||
|
||||
Revision 1.2 2006/03/05 09:38:41 pnenzi
|
||||
|
|
@ -57,10 +60,10 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include "ngspice.h"
|
||||
#include <ngspice/ngspice.h>
|
||||
#include "$(module)defs.h"
|
||||
#include "sperror.h"
|
||||
#include "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.6 2011-01-13 17:05:46 dwarning
|
||||
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
|
||||
set version parameter to 2.3.0
|
||||
|
||||
Revision 1.5 2007/04/24 08:59:09 r29173
|
||||
|
|
@ -55,12 +58,12 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include "ngspice.h"
|
||||
#include "const.h"
|
||||
#include "ifsim.h"
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/const.h>
|
||||
#include <ngspice/ifsim.h>
|
||||
#include "$(module)defs.h"
|
||||
#include "sperror.h"
|
||||
#include "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.2 2011-01-13 17:05:46 dwarning
|
||||
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
|
||||
set version parameter to 2.3.0
|
||||
|
||||
Revision 1.1 2007/07/05 09:45:33 r29173
|
||||
|
|
@ -45,12 +48,12 @@
|
|||
<admst:template match="code">
|
||||
<admst:variable name="module" select="%(attribute[name='ngspicename']/value)"/>
|
||||
|
||||
#include "ngspice.h"
|
||||
#include <ngspice/ngspice.h>
|
||||
#include "$(module)defs.h"
|
||||
#include "cktdefs.h"
|
||||
#include "iferrmsg.h"
|
||||
#include "noisedef.h"
|
||||
#include "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.7 2011-08-12 15:18:41 rlar
|
||||
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
|
||||
pull two -adms3 fixes into -adms
|
||||
|
||||
Revision 1.6 2011/01/13 17:05:46 dwarning
|
||||
|
|
@ -57,12 +60,12 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include "ngspice.h"
|
||||
#include "const.h"
|
||||
#include "ifsim.h"
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/const.h>
|
||||
#include <ngspice/ifsim.h>
|
||||
#include "$(module)defs.h"
|
||||
#include "sperror.h"
|
||||
#include "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.4 2011-08-12 15:18:41 rlar
|
||||
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
|
||||
pull two -adms3 fixes into -adms
|
||||
|
||||
Revision 1.3 2011/01/13 17:05:46 dwarning
|
||||
|
|
@ -61,12 +64,12 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include "ngspice.h"
|
||||
#include "cktdefs.h"
|
||||
#include "complex.h"
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/cktdefs.h>
|
||||
#include <ngspice/complex.h>
|
||||
#include "$(module)defs.h"
|
||||
#include "sperror.h"
|
||||
#include "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.6 2011-01-13 17:05:46 dwarning
|
||||
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
|
||||
set version parameter to 2.3.0
|
||||
|
||||
Revision 1.5 2006/03/06 12:50:15 r29173
|
||||
|
|
@ -67,14 +70,14 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include "ngspice.h"
|
||||
#include "cktdefs.h"
|
||||
#include "smpdefs.h"
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/cktdefs.h>
|
||||
#include <ngspice/smpdefs.h>
|
||||
#include "$(module)defs.h"
|
||||
#include "const.h"
|
||||
#include "sperror.h"
|
||||
#include "ifsim.h"
|
||||
#include "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.7 2011-08-12 15:18:41 rlar
|
||||
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
|
||||
pull two -adms3 fixes into -adms
|
||||
|
||||
Revision 1.6 2011/01/13 17:05:46 dwarning
|
||||
|
|
@ -71,14 +74,14 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include "ngspice.h"
|
||||
#include "cktdefs.h"
|
||||
#include "smpdefs.h"
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/cktdefs.h>
|
||||
#include <ngspice/smpdefs.h>
|
||||
#include "$(module)defs.h"
|
||||
#include "const.h"
|
||||
#include "sperror.h"
|
||||
#include "ifsim.h"
|
||||
#include "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.2 2011-01-13 17:05:46 dwarning
|
||||
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
|
||||
set version parameter to 2.3.0
|
||||
|
||||
Revision 1.1 2006/03/10 09:55:53 pnenzi
|
||||
|
|
@ -55,11 +58,11 @@
|
|||
<admst:value-of select="attribute[name='ngspicename']/value"/>
|
||||
<admst:variable name="module" select="%s"/>
|
||||
|
||||
#include "ngspice.h"
|
||||
#include "cktdefs.h"
|
||||
#include <ngspice/ngspice.h>
|
||||
#include <ngspice/cktdefs.h>
|
||||
#include "$(module)defs.h"
|
||||
#include "sperror.h"
|
||||
#include "suffix.h"
|
||||
#include <ngspice/sperror.h>
|
||||
#include <ngspice/suffix.h>
|
||||
|
||||
int $(module)trunc(GENmodel *inModel, CKTcircuit *ckt, double *timeStep)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue