Browse Source

remove empty src/maths/ni/*.h include files

pre-master-46
Francesco Lannutti 13 years ago
parent
commit
e27d43cd0c
  1. 14
      src/maths/ni/Makefile.am
  2. 1
      src/maths/ni/niaciter.c
  3. 11
      src/maths/ni/niaciter.h
  4. 1
      src/maths/ni/nicomcof.c
  5. 11
      src/maths/ni/nicomcof.h
  6. 1
      src/maths/ni/niconv.c
  7. 11
      src/maths/ni/niconv.h
  8. 1
      src/maths/ni/nidest.c
  9. 11
      src/maths/ni/nidest.h
  10. 1
      src/maths/ni/niditer.c
  11. 12
      src/maths/ni/niditer.h
  12. 1
      src/maths/ni/niinit.c
  13. 12
      src/maths/ni/niinit.h
  14. 1
      src/maths/ni/niinteg.c
  15. 12
      src/maths/ni/niinteg.h
  16. 1
      src/maths/ni/niiter.c
  17. 12
      src/maths/ni/niiter.h
  18. 2
      src/maths/ni/niniter.c
  19. 11
      src/maths/ni/niniter.h
  20. 1
      src/maths/ni/nipzmeth.c
  21. 10
      src/maths/ni/nipzmeth.h
  22. 1
      src/maths/ni/nireinit.c
  23. 10
      src/maths/ni/nireinit.h
  24. 1
      src/maths/ni/nisenre.c
  25. 10
      src/maths/ni/nisenre.h
  26. 1
      src/spicelib/analysis/noisean.c
  27. 48
      visualc/vngspice.vcproj

14
src/maths/ni/Makefile.am

@ -4,31 +4,19 @@ noinst_LTLIBRARIES = libni.la
libni_la_SOURCES = \ libni_la_SOURCES = \
niaciter.c \ niaciter.c \
niaciter.h \
nicomcof.c \ nicomcof.c \
nicomcof.h \
niconv.c \ niconv.c \
niconv.h \
nidest.c \ nidest.c \
nidest.h \
niditer.c \ niditer.c \
niditer.h \
niinit.c \ niinit.c \
niinit.h \
niinteg.c \ niinteg.c \
niinteg.h \
niiter.c \ niiter.c \
niiter.h \
niniter.c \ niniter.c \
niniter.h \
nipred.c \ nipred.c \
nipred.h \ nipred.h \
nipzmeth.c \ nipzmeth.c \
nipzmeth.h \
nireinit.c \ nireinit.c \
nireinit.h \
nisenre.c \
nisenre.h
nisenre.c
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include

1
src/maths/ni/niaciter.c

@ -18,7 +18,6 @@ Modified 1999 Emmanuel Rouat
#include "ngspice/trandefs.h" #include "ngspice/trandefs.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "niaciter.h"
int int

11
src/maths/ni/niaciter.h

@ -1,11 +0,0 @@
/*************
* Header file for niaciter.c
* 1999 E. Rouat
************/
#ifndef NIACITER_H_INCLUDED
#define NIACITER_H_INCLUDED
#endif

1
src/maths/ni/nicomcof.c

@ -6,7 +6,6 @@ Author: 1985 Thomas L. Quarles
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "nicomcof.h"
int int

11
src/maths/ni/nicomcof.h

@ -1,11 +0,0 @@
/*************
* Header file for nicomcof.c
* 1999 E. Rouat
************/
#ifndef NICOMCOF_H_INCLUDED
#define NICOMCOF_H_INCLUDED
#endif

1
src/maths/ni/niconv.c

@ -13,7 +13,6 @@ Author: 1985 Thomas L. Quarles
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "ngspice/smpdefs.h" #include "ngspice/smpdefs.h"
#include "niconv.h"
int int

11
src/maths/ni/niconv.h

@ -1,11 +0,0 @@
/*************
* Header file for niconv.c
* 1999 E. Rouat
************/
#ifndef NICONV_H_INCLUDED
#define NICONV_H_INCLUDED
#endif

1
src/maths/ni/nidest.c

@ -11,7 +11,6 @@ Author: 1985 Thomas L. Quarles
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "nidest.h"
void void

11
src/maths/ni/nidest.h

@ -1,11 +0,0 @@
/*************
* Header file for nidest.c
* 1999 E. Rouat
************/
#ifndef NIDEST_H_INCLUDED
#define NIDEST_H_INCLUDED
#endif

1
src/maths/ni/niditer.c

@ -16,7 +16,6 @@ Author: 1988 Jaijeet S. Roychowdhury
#include "ngspice/trandefs.h" #include "ngspice/trandefs.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "niditer.h"
int int

12
src/maths/ni/niditer.h

@ -1,12 +0,0 @@
/*************
* Header file for niditer.c
* 1999 E. Rouat
************/
#ifndef NIDITER_H_INCLUDED
#define NIDITER_H_INCLUDED
#endif

1
src/maths/ni/niinit.c

@ -15,7 +15,6 @@ Author: 1985 Thomas L. Quarles
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "ngspice/smpdefs.h" #include "ngspice/smpdefs.h"
#include "niinit.h"
int int

12
src/maths/ni/niinit.h

@ -1,12 +0,0 @@
/*************
* Header file for niinit.c
* 1999 E. Rouat
************/
#ifndef NIINIT_H_INCLUDED
#define NIINIT_H_INCLUDED
#endif

1
src/maths/ni/niinteg.c

@ -11,7 +11,6 @@ Author: 1985 Thomas L. Quarles
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "niinteg.h"
#define ccap qcap+1 #define ccap qcap+1

12
src/maths/ni/niinteg.h

@ -1,12 +0,0 @@
/*************
* Header file for niinteg.c
* 1999 E. Rouat
************/
#ifndef NIINTEG_H_INCLUDED
#define NIINTEG_H_INCLUDED
#endif

1
src/maths/ni/niiter.c

@ -18,7 +18,6 @@ Modified: 2001 AlansFixes
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "ngspice/smpdefs.h" #include "ngspice/smpdefs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "niiter.h"
/* NIiter() - return value is non-zero for convergence failure */ /* NIiter() - return value is non-zero for convergence failure */

12
src/maths/ni/niiter.h

@ -1,12 +0,0 @@
/*************
* Header file for niiter.c
* 1999 E. Rouat
************/
#ifndef NIITER_H_INCLUDED
#define NIITER_H_INCLUDED
#endif

2
src/maths/ni/niniter.c

@ -5,7 +5,7 @@ Author: 1987 Gary W. Ng
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "niniter.h"
/* /*
* NInzIter (ckt, posDrive, negDrive) * NInzIter (ckt, posDrive, negDrive)

11
src/maths/ni/niniter.h

@ -1,11 +0,0 @@
/*************
* Header file for niniter.c
* 1999 E. Rouat
************/
#ifndef NINITER_H_INCLUDED
#define NINITER_H_INCLUDED
#endif

1
src/maths/ni/nipzmeth.c

@ -8,7 +8,6 @@ Copyright 1990 Regents of the University of California. All rights reserved.
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "nipzmeth.h"
#ifdef PZDEBUG #ifdef PZDEBUG

10
src/maths/ni/nipzmeth.h

@ -1,10 +0,0 @@
/*************
* Header file for nipzmeth.c
* 1999 E. Rouat
************/
#ifndef NIPZMETH_H_INCLUDED
#define NIPZMETH_H_INCLUDED
#endif

1
src/maths/ni/nireinit.c

@ -13,7 +13,6 @@ Author: 1985 Thomas L. Quarles
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "ngspice/smpdefs.h" #include "ngspice/smpdefs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "nireinit.h"
#define CKALLOC(ptr,size,type) if(( ckt->ptr =\ #define CKALLOC(ptr,size,type) if(( ckt->ptr =\

10
src/maths/ni/nireinit.h

@ -1,10 +0,0 @@
/*************
* Header file for nireinit.c
* 1999 E. Rouat
************/
#ifndef NIREINIT_H_INCLUDED
#define NIREINIT_H_INCLUDED
#endif

1
src/maths/ni/nisenre.c

@ -15,7 +15,6 @@ Author: 1985 Thomas L. Quarles
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "ngspice/smpdefs.h" #include "ngspice/smpdefs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "nisenre.h"
#define CKALLOC(ptr,size,type) if(( ckt->ptr =\ #define CKALLOC(ptr,size,type) if(( ckt->ptr =\

10
src/maths/ni/nisenre.h

@ -1,10 +0,0 @@
/*************
* Header file for nisenre.c
* 1999 E. Rouat
************/
#ifndef NISENRE_H_INCLUDED
#define NISENRE_H_INCLUDED
#endif

1
src/spicelib/analysis/noisean.c

@ -17,7 +17,6 @@ Modified: 2001 AlansFixes
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "vsrc/vsrcdefs.h" #include "vsrc/vsrcdefs.h"
#include "isrc/isrcdefs.h" #include "isrc/isrcdefs.h"
#include "../maths/ni/niniter.h" /* va, NInzIter */
int int

48
visualc/vngspice.vcproj

@ -2548,58 +2548,10 @@
RelativePath="..\src\include\ngspice\ngspice.h" RelativePath="..\src\include\ngspice\ngspice.h"
> >
</File> </File>
<File
RelativePath="..\src\maths\ni\niaciter.h"
>
</File>
<File
RelativePath="..\src\maths\ni\nicomcof.h"
>
</File>
<File
RelativePath="..\src\maths\ni\niconv.h"
>
</File>
<File
RelativePath="..\src\maths\ni\nidest.h"
>
</File>
<File
RelativePath="..\src\maths\ni\niditer.h"
>
</File>
<File
RelativePath="..\src\maths\ni\niinit.h"
>
</File>
<File
RelativePath="..\src\maths\ni\niinteg.h"
>
</File>
<File
RelativePath="..\src\maths\ni\niiter.h"
>
</File>
<File
RelativePath="..\src\maths\ni\niniter.h"
>
</File>
<File <File
RelativePath="..\src\maths\ni\nipred.h" RelativePath="..\src\maths\ni\nipred.h"
> >
</File> </File>
<File
RelativePath="..\src\maths\ni\nipzmeth.h"
>
</File>
<File
RelativePath="..\src\maths\ni\nireinit.h"
>
</File>
<File
RelativePath="..\src\maths\ni\nisenre.h"
>
</File>
<File <File
RelativePath="..\src\include\ngspice\noisedef.h" RelativePath="..\src\include\ngspice\noisedef.h"
> >

Loading…
Cancel
Save