prototypes, make use of "cidersupt.h"
This commit is contained in:
parent
ccfef4110d
commit
47472b867b
14
ChangeLog
14
ChangeLog
|
|
@ -1,3 +1,17 @@
|
||||||
|
2010-10-15 Robert Larice
|
||||||
|
* src/ciderlib/support/database.c ,
|
||||||
|
* src/ciderlib/support/geominfo.c ,
|
||||||
|
* src/ciderlib/support/globals.c ,
|
||||||
|
* src/ciderlib/support/integset.c ,
|
||||||
|
* src/ciderlib/support/integuse.c ,
|
||||||
|
* src/ciderlib/support/logfile.c ,
|
||||||
|
* src/ciderlib/support/mater.c ,
|
||||||
|
* src/ciderlib/support/misc.c ,
|
||||||
|
* src/ciderlib/support/mobil.c ,
|
||||||
|
* src/ciderlib/support/recomb.c ,
|
||||||
|
* src/ciderlib/support/suprmitf.c :
|
||||||
|
prototypes, make use of "cidersupt.h"
|
||||||
|
|
||||||
2010-10-15 Robert Larice
|
2010-10-15 Robert Larice
|
||||||
* src/tclspice.c :
|
* src/tclspice.c :
|
||||||
collect extern JMP_BUF jbuf in "frontend/signal_handler.h"
|
collect extern JMP_BUF jbuf in "frontend/signal_handler.h"
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ Author: 1992 David A. Gates, U. C. Berkeley CAD Group
|
||||||
#include "ngspice.h"
|
#include "ngspice.h"
|
||||||
#include "fteext.h"
|
#include "fteext.h"
|
||||||
/* #include "ftedata.h" */
|
/* #include "ftedata.h" */
|
||||||
|
#include "cidersupt.h"
|
||||||
|
|
||||||
struct plot *
|
struct plot *
|
||||||
DBread( char *fileName )
|
DBread( char *fileName )
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ Author: 1991 David A. Gates, U. C. Berkeley CAD Group
|
||||||
#include "gendev.h"
|
#include "gendev.h"
|
||||||
#include "macros.h"
|
#include "macros.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
#include "cidersupt.h"
|
||||||
|
|
||||||
void printCoordInfo(CoordInfo *pFirstCoord)
|
void printCoordInfo(CoordInfo *pFirstCoord)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ Author: 1991 David A. Gates, U. C. Berkeley CAD Group
|
||||||
#include "numglobs.h"
|
#include "numglobs.h"
|
||||||
#include "numconst.h"
|
#include "numconst.h"
|
||||||
#include "numenum.h"
|
#include "numenum.h"
|
||||||
|
#include "cidersupt.h"
|
||||||
|
|
||||||
/* Forward Declarations */
|
/* Forward Declarations */
|
||||||
void GLOBputGlobals(GLOBvalues *);
|
void GLOBputGlobals(GLOBvalues *);
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ $Id$
|
||||||
|
|
||||||
#include "ngspice.h"
|
#include "ngspice.h"
|
||||||
#include "numenum.h"
|
#include "numenum.h"
|
||||||
|
#include "cidersupt.h"
|
||||||
|
|
||||||
/* compute the coefficient for the integration and predictor methods */
|
/* compute the coefficient for the integration and predictor methods */
|
||||||
/* based on the Lagrange polynomial method in Liniger et. al. */
|
/* based on the Lagrange polynomial method in Liniger et. al. */
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
|
||||||
#include "numglobs.h"
|
#include "numglobs.h"
|
||||||
#include "numenum.h"
|
#include "numenum.h"
|
||||||
#include "gendev.h"
|
#include "gendev.h"
|
||||||
|
#include "cidersupt.h"
|
||||||
|
|
||||||
/* function to compute the integrated variables discretization */
|
/* function to compute the integrated variables discretization */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ Author: 1992 David A. Gates, U. C. Berkeley CAD Group
|
||||||
**********/
|
**********/
|
||||||
|
|
||||||
#include "ngspice.h"
|
#include "ngspice.h"
|
||||||
|
#include "cidersupt.h"
|
||||||
|
|
||||||
static char *LogFileName = "cider.log";
|
static char *LogFileName = "cider.log";
|
||||||
static int LogError = 0;
|
static int LogError = 0;
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ Author: 1991 David A. Gates, U. C. Berkeley CAD Group
|
||||||
#include "numconst.h"
|
#include "numconst.h"
|
||||||
#include "numenum.h"
|
#include "numenum.h"
|
||||||
#include "material.h"
|
#include "material.h"
|
||||||
|
#include "cidersupt.h"
|
||||||
|
|
||||||
/* Forward Declarations */
|
/* Forward Declarations */
|
||||||
void printMaterialInfo(MaterialInfo *info);
|
void printMaterialInfo(MaterialInfo *info);
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@ Author: 1992 David A. Gates, U. C. Berkeley CAD Group
|
||||||
#include "numglobs.h"
|
#include "numglobs.h"
|
||||||
#include "numenum.h"
|
#include "numenum.h"
|
||||||
#include "spmatrix.h"
|
#include "spmatrix.h"
|
||||||
|
#include "cidersupt.h"
|
||||||
|
|
||||||
|
|
||||||
/* Used in Solution Projection Calculations */
|
/* Used in Solution Projection Calculations */
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ $Id$
|
||||||
#include "numenum.h"
|
#include "numenum.h"
|
||||||
#include "macros.h"
|
#include "macros.h"
|
||||||
#include "material.h"
|
#include "material.h"
|
||||||
|
#include "cidersupt.h"
|
||||||
|
|
||||||
void MOBdefaults(MaterialInfo *info , int carrier, int type,
|
void MOBdefaults(MaterialInfo *info , int carrier, int type,
|
||||||
int concmodel, int fieldmodel )
|
int concmodel, int fieldmodel )
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
|
||||||
|
|
||||||
#include "ngspice.h"
|
#include "ngspice.h"
|
||||||
#include "numglobs.h"
|
#include "numglobs.h"
|
||||||
|
#include "cidersupt.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* function recomb calculates the recobination rates and the
|
* function recomb calculates the recobination rates and the
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ Author: 1991 David A. Gates, U. C. Berkeley CAD Group
|
||||||
|
|
||||||
|
|
||||||
#include "ngspice.h"
|
#include "ngspice.h"
|
||||||
|
#include "cidersupt.h"
|
||||||
|
|
||||||
#define MAXMAT 10
|
#define MAXMAT 10
|
||||||
#define MAXIMP 4
|
#define MAXIMP 4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue