Browse Source

unify, use #include "vccsext.h" the same way as in all other models

pre-master-46
Francesco Lannutti 13 years ago
committed by rlar
parent
commit
fee628b6df
  1. 1
      src/spicelib/devices/vccs/vccsask.c
  2. 2
      src/spicelib/devices/vccs/vccsdefs.h
  3. 1
      src/spicelib/devices/vccs/vccsdel.c
  4. 1
      src/spicelib/devices/vccs/vccsdest.c
  5. 1
      src/spicelib/devices/vccs/vccsload.c
  6. 1
      src/spicelib/devices/vccs/vccsmdel.c
  7. 1
      src/spicelib/devices/vccs/vccspar.c
  8. 1
      src/spicelib/devices/vccs/vccspzld.c
  9. 1
      src/spicelib/devices/vccs/vccssacl.c
  10. 1
      src/spicelib/devices/vccs/vccsset.c
  11. 1
      src/spicelib/devices/vccs/vccssld.c
  12. 1
      src/spicelib/devices/vccs/vccssprt.c
  13. 1
      src/spicelib/devices/vccs/vccssset.c

1
src/spicelib/devices/vccs/vccsask.c

@ -15,7 +15,6 @@ Author: 1987 Thomas L. Quarles
#include "vccsdefs.h"
#include "ngspice/sperror.h"
#include "ngspice/suffix.h"
#include "vccsext.h"
/* ARGSUSED */
int

2
src/spicelib/devices/vccs/vccsdefs.h

@ -86,4 +86,6 @@ typedef struct sVCCSmodel { /* model structure for a source */
/* model questions */
#include "vccsext.h"
#endif /*VCCS*/

1
src/spicelib/devices/vccs/vccsdel.c

@ -9,7 +9,6 @@ Author: 1985 Thomas L. Quarles
#include "vccsdefs.h"
#include "ngspice/sperror.h"
#include "ngspice/suffix.h"
#include "vccsext.h"
int

1
src/spicelib/devices/vccs/vccsdest.c

@ -8,7 +8,6 @@ Author: 1985 Thomas L. Quarles
#include "ngspice/ngspice.h"
#include "vccsdefs.h"
#include "ngspice/suffix.h"
#include "vccsext.h"
void

1
src/spicelib/devices/vccs/vccsload.c

@ -10,7 +10,6 @@ Author: 1985 Thomas L. Quarles
#include "vccsdefs.h"
#include "ngspice/sperror.h"
#include "ngspice/suffix.h"
#include "vccsext.h"
/*ARGSUSED*/

1
src/spicelib/devices/vccs/vccsmdel.c

@ -9,7 +9,6 @@ Author: 1985 Thomas L. Quarles
#include "vccsdefs.h"
#include "ngspice/sperror.h"
#include "ngspice/suffix.h"
#include "vccsext.h"
int

1
src/spicelib/devices/vccs/vccspar.c

@ -10,7 +10,6 @@ Author: 1985 Thomas L. Quarles
#include "vccsdefs.h"
#include "ngspice/sperror.h"
#include "ngspice/suffix.h"
#include "vccsext.h"
/* ARGSUSED */

1
src/spicelib/devices/vccs/vccspzld.c

@ -11,7 +11,6 @@ Author: 1985 Thomas L. Quarles
#include "ngspice/sperror.h"
#include "vccsdefs.h"
#include "ngspice/suffix.h"
#include "vccsext.h"
/*ARGSUSED*/

1
src/spicelib/devices/vccs/vccssacl.c

@ -15,7 +15,6 @@ Author: 1985 Thomas L. Quarles
#include "vccsdefs.h"
#include "ngspice/sperror.h"
#include "ngspice/suffix.h"
#include "vccsext.h"
int

1
src/spicelib/devices/vccs/vccsset.c

@ -15,7 +15,6 @@ Author: 1985 Thomas L. Quarles
#include "vccsdefs.h"
#include "ngspice/sperror.h"
#include "ngspice/suffix.h"
#include "vccsext.h"
/*ARGSUSED*/

1
src/spicelib/devices/vccs/vccssld.c

@ -15,7 +15,6 @@ Author: 1985 Thomas L. Quarles
#include "vccsdefs.h"
#include "ngspice/sperror.h"
#include "ngspice/suffix.h"
#include "vccsext.h"
int

1
src/spicelib/devices/vccs/vccssprt.c

@ -15,7 +15,6 @@ Author: 1985 Thomas L. Quarles
#include "vccsdefs.h"
#include "ngspice/sperror.h"
#include "ngspice/suffix.h"
#include "vccsext.h"
void

1
src/spicelib/devices/vccs/vccssset.c

@ -15,7 +15,6 @@ Author: 1985 Thomas L. Quarles
#include "vccsdefs.h"
#include "ngspice/sperror.h"
#include "ngspice/suffix.h"
#include "vccsext.h"
int

Loading…
Cancel
Save