remove empty src/maths/ni/*.h include files
This commit is contained in:
parent
298f9ceaa9
commit
e27d43cd0c
|
|
@ -4,31 +4,19 @@ noinst_LTLIBRARIES = libni.la
|
|||
|
||||
libni_la_SOURCES = \
|
||||
niaciter.c \
|
||||
niaciter.h \
|
||||
nicomcof.c \
|
||||
nicomcof.h \
|
||||
niconv.c \
|
||||
niconv.h \
|
||||
nidest.c \
|
||||
nidest.h \
|
||||
niditer.c \
|
||||
niditer.h \
|
||||
niinit.c \
|
||||
niinit.h \
|
||||
niinteg.c \
|
||||
niinteg.h \
|
||||
niiter.c \
|
||||
niiter.h \
|
||||
niniter.c \
|
||||
niniter.h \
|
||||
nipred.c \
|
||||
nipred.h \
|
||||
nipzmeth.c \
|
||||
nipzmeth.h \
|
||||
nireinit.c \
|
||||
nireinit.h \
|
||||
nisenre.c \
|
||||
nisenre.h
|
||||
nisenre.c
|
||||
|
||||
|
||||
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ Modified 1999 Emmanuel Rouat
|
|||
#include "ngspice/trandefs.h"
|
||||
#include "ngspice/cktdefs.h"
|
||||
#include "ngspice/sperror.h"
|
||||
#include "niaciter.h"
|
||||
|
||||
|
||||
int
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
/*************
|
||||
* Header file for niaciter.c
|
||||
* 1999 E. Rouat
|
||||
************/
|
||||
|
||||
#ifndef NIACITER_H_INCLUDED
|
||||
#define NIACITER_H_INCLUDED
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
|
@ -6,7 +6,6 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "ngspice/ngspice.h"
|
||||
#include "ngspice/cktdefs.h"
|
||||
#include "ngspice/sperror.h"
|
||||
#include "nicomcof.h"
|
||||
|
||||
|
||||
int
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
/*************
|
||||
* Header file for nicomcof.c
|
||||
* 1999 E. Rouat
|
||||
************/
|
||||
|
||||
#ifndef NICOMCOF_H_INCLUDED
|
||||
#define NICOMCOF_H_INCLUDED
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
|
@ -13,7 +13,6 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "ngspice/ngspice.h"
|
||||
#include "ngspice/cktdefs.h"
|
||||
#include "ngspice/smpdefs.h"
|
||||
#include "niconv.h"
|
||||
|
||||
|
||||
int
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
/*************
|
||||
* Header file for niconv.c
|
||||
* 1999 E. Rouat
|
||||
************/
|
||||
|
||||
#ifndef NICONV_H_INCLUDED
|
||||
#define NICONV_H_INCLUDED
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
|
@ -11,7 +11,6 @@ Author: 1985 Thomas L. Quarles
|
|||
|
||||
#include "ngspice/ngspice.h"
|
||||
#include "ngspice/cktdefs.h"
|
||||
#include "nidest.h"
|
||||
|
||||
|
||||
void
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
/*************
|
||||
* Header file for nidest.c
|
||||
* 1999 E. Rouat
|
||||
************/
|
||||
|
||||
#ifndef NIDEST_H_INCLUDED
|
||||
#define NIDEST_H_INCLUDED
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
|
@ -16,7 +16,6 @@ Author: 1988 Jaijeet S. Roychowdhury
|
|||
#include "ngspice/trandefs.h"
|
||||
#include "ngspice/cktdefs.h"
|
||||
#include "ngspice/sperror.h"
|
||||
#include "niditer.h"
|
||||
|
||||
|
||||
int
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
/*************
|
||||
* Header file for niditer.c
|
||||
* 1999 E. Rouat
|
||||
************/
|
||||
|
||||
#ifndef NIDITER_H_INCLUDED
|
||||
#define NIDITER_H_INCLUDED
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
|
@ -15,7 +15,6 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "ngspice/cktdefs.h"
|
||||
#include "ngspice/sperror.h"
|
||||
#include "ngspice/smpdefs.h"
|
||||
#include "niinit.h"
|
||||
|
||||
|
||||
int
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
/*************
|
||||
* Header file for niinit.c
|
||||
* 1999 E. Rouat
|
||||
************/
|
||||
|
||||
#ifndef NIINIT_H_INCLUDED
|
||||
#define NIINIT_H_INCLUDED
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
|
@ -11,7 +11,6 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "ngspice/ngspice.h"
|
||||
#include "ngspice/cktdefs.h"
|
||||
#include "ngspice/sperror.h"
|
||||
#include "niinteg.h"
|
||||
|
||||
#define ccap qcap+1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
/*************
|
||||
* Header file for niinteg.c
|
||||
* 1999 E. Rouat
|
||||
************/
|
||||
|
||||
#ifndef NIINTEG_H_INCLUDED
|
||||
#define NIINTEG_H_INCLUDED
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
|
@ -18,7 +18,6 @@ Modified: 2001 AlansFixes
|
|||
#include "ngspice/cktdefs.h"
|
||||
#include "ngspice/smpdefs.h"
|
||||
#include "ngspice/sperror.h"
|
||||
#include "niiter.h"
|
||||
|
||||
|
||||
/* NIiter() - return value is non-zero for convergence failure */
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
/*************
|
||||
* Header file for niiter.c
|
||||
* 1999 E. Rouat
|
||||
************/
|
||||
|
||||
#ifndef NIITER_H_INCLUDED
|
||||
#define NIITER_H_INCLUDED
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
|
@ -5,7 +5,7 @@ Author: 1987 Gary W. Ng
|
|||
|
||||
#include "ngspice/ngspice.h"
|
||||
#include "ngspice/cktdefs.h"
|
||||
#include "niniter.h"
|
||||
|
||||
|
||||
/*
|
||||
* NInzIter (ckt, posDrive, negDrive)
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
/*************
|
||||
* Header file for niniter.c
|
||||
* 1999 E. Rouat
|
||||
************/
|
||||
|
||||
#ifndef NINITER_H_INCLUDED
|
||||
#define NINITER_H_INCLUDED
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
|
@ -8,7 +8,6 @@ Copyright 1990 Regents of the University of California. All rights reserved.
|
|||
#include "ngspice/cktdefs.h"
|
||||
#include "ngspice/devdefs.h"
|
||||
#include "ngspice/sperror.h"
|
||||
#include "nipzmeth.h"
|
||||
|
||||
|
||||
#ifdef PZDEBUG
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
/*************
|
||||
* Header file for nipzmeth.c
|
||||
* 1999 E. Rouat
|
||||
************/
|
||||
|
||||
#ifndef NIPZMETH_H_INCLUDED
|
||||
#define NIPZMETH_H_INCLUDED
|
||||
|
||||
|
||||
#endif
|
||||
|
|
@ -13,7 +13,6 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "ngspice/cktdefs.h"
|
||||
#include "ngspice/smpdefs.h"
|
||||
#include "ngspice/sperror.h"
|
||||
#include "nireinit.h"
|
||||
|
||||
|
||||
#define CKALLOC(ptr,size,type) if(( ckt->ptr =\
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
/*************
|
||||
* Header file for nireinit.c
|
||||
* 1999 E. Rouat
|
||||
************/
|
||||
|
||||
#ifndef NIREINIT_H_INCLUDED
|
||||
#define NIREINIT_H_INCLUDED
|
||||
|
||||
|
||||
#endif
|
||||
|
|
@ -15,7 +15,6 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "ngspice/cktdefs.h"
|
||||
#include "ngspice/smpdefs.h"
|
||||
#include "ngspice/sperror.h"
|
||||
#include "nisenre.h"
|
||||
|
||||
|
||||
#define CKALLOC(ptr,size,type) if(( ckt->ptr =\
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
/*************
|
||||
* Header file for nisenre.c
|
||||
* 1999 E. Rouat
|
||||
************/
|
||||
|
||||
#ifndef NISENRE_H_INCLUDED
|
||||
#define NISENRE_H_INCLUDED
|
||||
|
||||
|
||||
#endif
|
||||
|
|
@ -17,7 +17,6 @@ Modified: 2001 AlansFixes
|
|||
#include "ngspice/sperror.h"
|
||||
#include "vsrc/vsrcdefs.h"
|
||||
#include "isrc/isrcdefs.h"
|
||||
#include "../maths/ni/niniter.h" /* va, NInzIter */
|
||||
|
||||
|
||||
int
|
||||
|
|
|
|||
|
|
@ -2548,58 +2548,10 @@
|
|||
RelativePath="..\src\include\ngspice\ngspice.h"
|
||||
>
|
||||
</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
|
||||
RelativePath="..\src\maths\ni\nipred.h"
|
||||
>
|
||||
</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
|
||||
RelativePath="..\src\include\ngspice\noisedef.h"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue