diff --git a/ChangeLog b/ChangeLog index e00d8042b..73b499cbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-12-11 Robert Larice + * src/spicelib/devices/adms/admst/ngspiceMODULE*.xml : + #3/4 #include --> #include "ngspice/..." for adms + 2011-12-11 Robert Larice * src/xspice/cmpp/pp_mod.c , * src/xspice/cmpp/writ_ifs.c : diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULE.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULE.c.xml index 057655636..d19914b42 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULE.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULE.c.xml @@ -3,7 +3,10 @@ #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 @@ -#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" diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULEacld.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULEacld.c.xml index 506d9c848..598b9c1ec 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULEacld.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULEacld.c.xml @@ -3,7 +3,10 @@ #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 @@ -#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) { diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULEask.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULEask.c.xml index 751691c9c..c49241586 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULEask.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULEask.c.xml @@ -3,7 +3,10 @@ #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 @@ -#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) { diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULEdefs.h.xml b/src/spicelib/devices/adms/admst/ngspiceMODULEdefs.h.xml index f9acbfa6d..44eb83b98 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULEdefs.h.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULEdefs.h.xml @@ -3,7 +3,10 @@ #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" diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULEdel.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULEdel.c.xml index c50c79b46..b98441511 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULEdel.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULEdel.c.xml @@ -3,7 +3,10 @@ #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 @@ -#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) diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULEdest.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULEdest.c.xml index d9fd6cb01..991eebf39 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULEdest.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULEdest.c.xml @@ -3,7 +3,10 @@ #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 @@ -#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) diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULEguesstopology.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULEguesstopology.c.xml index a7f27aa85..e0a659115 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULEguesstopology.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULEguesstopology.c.xml @@ -3,7 +3,10 @@ #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 @@ -#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) diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULEinit.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULEinit.c.xml index 08a6149a5..e80508b95 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULEinit.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULEinit.c.xml @@ -3,7 +3,10 @@ #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 @@ #include "config.h" -#include <ngspice/devdefs.h> +#include "ngspice/devdefs.h" diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULEload.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULEload.c.xml index cc1c10c37..fa2c79b03 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULEload.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULEload.c.xml @@ -3,7 +3,10 @@ #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 @@ -#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)\\ diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULEmask.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULEmask.c.xml index ccc23b300..0715d9da7 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULEmask.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULEmask.c.xml @@ -3,7 +3,10 @@ #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 @@ -#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) { diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULEmdel.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULEmdel.c.xml index ed41bb8a3..d0dde13a5 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULEmdel.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULEmdel.c.xml @@ -3,7 +3,10 @@ #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 @@ -#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) diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULEmpar.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULEmpar.c.xml index 38538bdc5..27abad0b6 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULEmpar.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULEmpar.c.xml @@ -3,7 +3,10 @@ #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 @@ -#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) { diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULEnoise.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULEnoise.c.xml index d60fae4de..bbaa7b113 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULEnoise.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULEnoise.c.xml @@ -3,7 +3,10 @@ #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 @@ -#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(); diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULEpar.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULEpar.c.xml index 752074e46..9ef35f336 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULEpar.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULEpar.c.xml @@ -3,7 +3,10 @@ #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 @@ -#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) { diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULEpzld.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULEpzld.c.xml index dd5602a93..ffb6fb47e 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULEpzld.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULEpzld.c.xml @@ -3,7 +3,10 @@ #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 @@ -#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) { diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULEsetup.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULEsetup.c.xml index 25531c3b2..bc71e61f4 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULEsetup.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULEsetup.c.xml @@ -3,7 +3,10 @@ #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 @@ -#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 diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULEtemp.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULEtemp.c.xml index 0fca0ecb9..12e6dfd27 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULEtemp.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULEtemp.c.xml @@ -3,7 +3,10 @@ #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 @@ -#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 diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULEtrunc.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULEtrunc.c.xml index 7dc727ef6..8f93304c7 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULEtrunc.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULEtrunc.c.xml @@ -4,7 +4,10 @@ #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 @@ -#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) {