Browse Source

hisim2, #include "spice.h" --> "ngspice.h"

pre-master-46
rlar 15 years ago
parent
commit
25b4f9dbfa
  1. 4
      ChangeLog
  2. 2
      src/spicelib/devices/hisim2/hsm2.c
  3. 2
      src/spicelib/devices/hisim2/hsm2acld.c
  4. 2
      src/spicelib/devices/hisim2/hsm2ask.c
  5. 2
      src/spicelib/devices/hisim2/hsm2cvtest.c
  6. 2
      src/spicelib/devices/hisim2/hsm2del.c
  7. 2
      src/spicelib/devices/hisim2/hsm2dest.c
  8. 2
      src/spicelib/devices/hisim2/hsm2getic.c
  9. 2
      src/spicelib/devices/hisim2/hsm2ld.c
  10. 2
      src/spicelib/devices/hisim2/hsm2mask.c
  11. 2
      src/spicelib/devices/hisim2/hsm2mdel.c
  12. 2
      src/spicelib/devices/hisim2/hsm2mpar.c
  13. 2
      src/spicelib/devices/hisim2/hsm2noi.c
  14. 2
      src/spicelib/devices/hisim2/hsm2par.c
  15. 2
      src/spicelib/devices/hisim2/hsm2pzld.c
  16. 2
      src/spicelib/devices/hisim2/hsm2set.c
  17. 2
      src/spicelib/devices/hisim2/hsm2temp.c
  18. 2
      src/spicelib/devices/hisim2/hsm2trunc.c

4
ChangeLog

@ -1,3 +1,7 @@
2011-05-22 Robert Larice
* src/spicelib/devices/hisim2/* :
hisim2, #include "spice.h" --> "ngspice.h"
2011-05-22 Robert Larice
* src/spicelib/devices/hisim2/hsm2eval.c :
hisim2, remove unused labels (swallow warnings)

2
src/spicelib/devices/hisim2/hsm2.c

@ -13,7 +13,7 @@
Semiconductor Technology Academic Research Center (STARC)
***********************************************************************/
#include "spice.h"
#include "ngspice.h"
#include <stdio.h>
#include "devdefs.h"
#include "hsm2def.h"

2
src/spicelib/devices/hisim2/hsm2acld.c

@ -14,7 +14,7 @@
***********************************************************************/
#include <stdio.h>
#include "spice.h"
#include "ngspice.h"
#include "cktdefs.h"
#include "sperror.h"
#include "suffix.h"

2
src/spicelib/devices/hisim2/hsm2ask.c

@ -13,7 +13,7 @@
Semiconductor Technology Academic Research Center (STARC)
***********************************************************************/
#include "spice.h"
#include "ngspice.h"
#include <stdio.h>
#include "ifsim.h"
#include "cktdefs.h"

2
src/spicelib/devices/hisim2/hsm2cvtest.c

@ -13,7 +13,7 @@
Semiconductor Technology Academic Research Center (STARC)
***********************************************************************/
#include "spice.h"
#include "ngspice.h"
#include <stdio.h>
#include "util.h"
#include "cktdefs.h"

2
src/spicelib/devices/hisim2/hsm2del.c

@ -13,7 +13,7 @@
Semiconductor Technology Academic Research Center (STARC)
***********************************************************************/
#include "spice.h"
#include "ngspice.h"
#include <stdio.h>
#include "util.h"
#include "hsm2def.h"

2
src/spicelib/devices/hisim2/hsm2dest.c

@ -13,7 +13,7 @@
Semiconductor Technology Academic Research Center (STARC)
***********************************************************************/
#include "spice.h"
#include "ngspice.h"
#include <stdio.h>
#include "util.h"
#include "hsm2def.h"

2
src/spicelib/devices/hisim2/hsm2getic.c

@ -13,7 +13,7 @@
Semiconductor Technology Academic Research Center (STARC)
***********************************************************************/
#include "spice.h"
#include "ngspice.h"
#include <stdio.h>
#include "cktdefs.h"
#include "hsm2def.h"

2
src/spicelib/devices/hisim2/hsm2ld.c

@ -14,7 +14,7 @@
***********************************************************************/
#include <stdio.h>
#include "spice.h"
#include "ngspice.h"
#include "util.h"
#include "cktdefs.h"
#include "hsm2def.h"

2
src/spicelib/devices/hisim2/hsm2mask.c

@ -13,7 +13,7 @@
Semiconductor Technology Academic Research Center (STARC)
***********************************************************************/
#include "spice.h"
#include "ngspice.h"
#include <stdio.h>
#include "ifsim.h"
#include "cktdefs.h"

2
src/spicelib/devices/hisim2/hsm2mdel.c

@ -13,7 +13,7 @@
Semiconductor Technology Academic Research Center (STARC)
***********************************************************************/
#include "spice.h"
#include "ngspice.h"
#include <stdio.h>
#include "util.h"
#include "hsm2def.h"

2
src/spicelib/devices/hisim2/hsm2mpar.c

@ -13,7 +13,7 @@
Semiconductor Technology Academic Research Center (STARC)
***********************************************************************/
#include "spice.h"
#include "ngspice.h"
#include <stdio.h>
#include "util.h"
#include "hsm2def.h"

2
src/spicelib/devices/hisim2/hsm2noi.c

@ -13,7 +13,7 @@
Semiconductor Technology Academic Research Center (STARC)
***********************************************************************/
#include "spice.h"
#include "ngspice.h"
#include <stdio.h>
#include <math.h>
#include "hsm2def.h"

2
src/spicelib/devices/hisim2/hsm2par.c

@ -13,7 +13,7 @@
Semiconductor Technology Academic Research Center (STARC)
***********************************************************************/
#include "spice.h"
#include "ngspice.h"
#include <stdio.h>
#include "ifsim.h"
#include "hsm2def.h"

2
src/spicelib/devices/hisim2/hsm2pzld.c

@ -13,7 +13,7 @@
Semiconductor Technology Academic Research Center (STARC)
***********************************************************************/
#include "spice.h"
#include "ngspice.h"
#include <stdio.h>
#include "cktdefs.h"
#include "complex.h"

2
src/spicelib/devices/hisim2/hsm2set.c

@ -13,7 +13,7 @@
Semiconductor Technology Academic Research Center (STARC)
***********************************************************************/
#include "spice.h"
#include "ngspice.h"
#include <stdio.h>
#include "smpdefs.h"
#include "cktdefs.h"

2
src/spicelib/devices/hisim2/hsm2temp.c

@ -13,7 +13,7 @@
Semiconductor Technology Academic Research Center (STARC)
***********************************************************************/
#include "spice.h"
#include "ngspice.h"
#include <stdio.h>
#include "smpdefs.h"
#include "cktdefs.h"

2
src/spicelib/devices/hisim2/hsm2trunc.c

@ -13,7 +13,7 @@
Semiconductor Technology Academic Research Center (STARC)
***********************************************************************/
#include "spice.h"
#include "ngspice.h"
#include <stdio.h>
#include "cktdefs.h"
#include "hsm2def.h"

Loading…
Cancel
Save