prototypes, make use of "cidersupt.h"

This commit is contained in:
rlar 2010-10-15 18:29:10 +00:00
parent ccfef4110d
commit 47472b867b
12 changed files with 25 additions and 0 deletions

View File

@ -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
* src/tclspice.c :
collect extern JMP_BUF jbuf in "frontend/signal_handler.h"

View File

@ -6,6 +6,7 @@ Author: 1992 David A. Gates, U. C. Berkeley CAD Group
#include "ngspice.h"
#include "fteext.h"
/* #include "ftedata.h" */
#include "cidersupt.h"
struct plot *
DBread( char *fileName )

View File

@ -8,6 +8,7 @@ Author: 1991 David A. Gates, U. C. Berkeley CAD Group
#include "gendev.h"
#include "macros.h"
#include "memory.h"
#include "cidersupt.h"
void printCoordInfo(CoordInfo *pFirstCoord)
{

View File

@ -8,6 +8,7 @@ Author: 1991 David A. Gates, U. C. Berkeley CAD Group
#include "numglobs.h"
#include "numconst.h"
#include "numenum.h"
#include "cidersupt.h"
/* Forward Declarations */
void GLOBputGlobals(GLOBvalues *);

View File

@ -6,6 +6,7 @@ $Id$
#include "ngspice.h"
#include "numenum.h"
#include "cidersupt.h"
/* compute the coefficient for the integration and predictor methods */
/* based on the Lagrange polynomial method in Liniger et. al. */

View File

@ -7,6 +7,7 @@ Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
#include "numglobs.h"
#include "numenum.h"
#include "gendev.h"
#include "cidersupt.h"
/* function to compute the integrated variables discretization */

View File

@ -4,6 +4,7 @@ Author: 1992 David A. Gates, U. C. Berkeley CAD Group
**********/
#include "ngspice.h"
#include "cidersupt.h"
static char *LogFileName = "cider.log";
static int LogError = 0;

View File

@ -9,6 +9,7 @@ Author: 1991 David A. Gates, U. C. Berkeley CAD Group
#include "numconst.h"
#include "numenum.h"
#include "material.h"
#include "cidersupt.h"
/* Forward Declarations */
void printMaterialInfo(MaterialInfo *info);

View File

@ -13,6 +13,7 @@ Author: 1992 David A. Gates, U. C. Berkeley CAD Group
#include "numglobs.h"
#include "numenum.h"
#include "spmatrix.h"
#include "cidersupt.h"
/* Used in Solution Projection Calculations */

View File

@ -10,6 +10,7 @@ $Id$
#include "numenum.h"
#include "macros.h"
#include "material.h"
#include "cidersupt.h"
void MOBdefaults(MaterialInfo *info , int carrier, int type,
int concmodel, int fieldmodel )

View File

@ -5,6 +5,7 @@ Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
#include "ngspice.h"
#include "numglobs.h"
#include "cidersupt.h"
/*
* function recomb calculates the recobination rates and the

View File

@ -10,6 +10,7 @@ Author: 1991 David A. Gates, U. C. Berkeley CAD Group
#include "ngspice.h"
#include "cidersupt.h"
#define MAXMAT 10
#define MAXIMP 4