remove almost empty src/maths/ni/nipred.h
This commit is contained in:
parent
5dd6351773
commit
574d39e29c
|
|
@ -415,6 +415,9 @@ extern int NIsenReinit(CKTcircuit *);
|
|||
extern int NIdIter (CKTcircuit *);
|
||||
extern void NInzIter(CKTcircuit *, int, int);
|
||||
|
||||
#ifdef PREDICTOR
|
||||
extern int NIpred(CKTcircuit *ckt);
|
||||
#endif
|
||||
|
||||
extern IFfrontEnd *SPfrontEnd;
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ libni_la_SOURCES = \
|
|||
niiter.c \
|
||||
niniter.c \
|
||||
nipred.c \
|
||||
nipred.h \
|
||||
nipzmeth.c \
|
||||
nireinit.c \
|
||||
nisenre.c
|
||||
|
|
|
|||
|
|
@ -17,8 +17,6 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "ngspice/cktdefs.h"
|
||||
#include "ngspice/sperror.h"
|
||||
#include "ngspice/smpdefs.h"
|
||||
#include "nipred.h"
|
||||
|
||||
|
||||
#ifdef PREDICTOR
|
||||
int
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
/*************
|
||||
* Header file for nipred.c
|
||||
* 1999 E. Rouat
|
||||
************/
|
||||
|
||||
#ifndef NIPRED_H_INCLUDED
|
||||
#define NIPRED_H_INCLUDED
|
||||
|
||||
#ifdef PREDICTOR
|
||||
|
||||
int NIpred(register CKTcircuit * ckt);
|
||||
|
||||
#endif /* PREDICTOR */
|
||||
|
||||
#endif
|
||||
|
|
@ -34,10 +34,6 @@ extern struct dbcomm *dbs;
|
|||
#include "ngspice/cluster.h"
|
||||
#endif
|
||||
|
||||
#ifdef PREDICTOR
|
||||
#include "../maths/ni/nipred.h"
|
||||
#endif /* PREDICTOR */
|
||||
|
||||
#ifdef HAS_WINDOWS /* hvogt 10.03.99, nach W. Mues */
|
||||
void SetAnalyse(char * Analyse, int Percent);
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -2548,10 +2548,6 @@
|
|||
RelativePath="..\src\include\ngspice\ngspice.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\maths\ni\nipred.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\include\ngspice\noisedef.h"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue