collect MESH*() prototypes in "meshext.h"

This commit is contained in:
rlar 2010-10-09 12:44:31 +00:00
parent a1b178c3f0
commit 65ef4f037a
4 changed files with 8 additions and 8 deletions

View File

@ -1,3 +1,9 @@
2010-10-09 Robert Larice
* src/include/ciderinp.h ,
* src/spicelib/devices/nbjt/nbjtset.c ,
* src/spicelib/devices/numd/numdset.c :
collect MESH*() prototypes in "meshext.h"
2010-10-09 Robert Larice
* src/spicelib/devices/bsim4/b4geo.c ,
* src/spicelib/devices/bsim4v2/b4v2geo.c ,

View File

@ -35,14 +35,6 @@ extern int ELCTsetup(ELCTcard *, ELCTelectrode **, MESHcoord *,
extern int MATLcheck(MATLcard *);
extern int MATLsetup(MATLcard *, MaterialInfo **);
/* externals for meshset.c */
extern double *MESHmkArray(MESHcoord *, int);
extern void MESHiBounds(MESHcoord *, int *, int *);
extern void MESHlBounds(MESHcoord *, double *, double *);
extern int MESHlocate(MESHcoord *, double);
extern int MESHcheck(char, MESHcard *);
extern int MESHsetup(char, MESHcard *, MESHcoord **, int *);
/* externals for mobset.c */
extern int MOBcheck(MOBcard *, MaterialInfo *);
extern int MOBsetup(MOBcard *, MaterialInfo *);

View File

@ -14,6 +14,7 @@ Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
#include "cidersupt.h"
#include "ciderinp.h"
#include "suffix.h"
#include "meshext.h"
#define NIL(type) ((type *)0)
#define TSCALLOC(var, size, type)\

View File

@ -14,6 +14,7 @@ Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
#include "cidersupt.h"
#include "ciderinp.h"
#include "suffix.h"
#include "meshext.h"
#define NIL(type) ((type *)0)
#define TSCALLOC(var, size, type)\