rlar
9e07ef2d67
use GENmodel*, instead of void*
16 years ago
rlar
307b0f9142
drop (GENinstance*) casts
16 years ago
rlar
aa11b7b84f
drop (GENmodel*) casts
16 years ago
rlar
8babf0ff44
bug fix, incorrect indirection level, yet without consequence
16 years ago
rlar
618732c7bd
fix assignment to a member of union IFvalue
16 years ago
dwarning
e923354206
fix some wrong 'double' to 'int' assignments
16 years ago
dwarning
2991e1a5b9
add prototype for controlled_exit
16 years ago
h_vogt
b82ef13db7
update for adms
16 years ago
rlar
8ff62fd262
add #include's for visibility of prototypes to their function definitions
move some typedefs to "typedef.h"
16 years ago
rlar
73890e3cdb
remove some #ifdef __STDC__ wrappers, and some stray '#'
16 years ago
rlar
618c5961ad
fix some literal floating point constants, which should have been integers
16 years ago
rlar
b31aef0557
find a suitable home for **DEVices and DEVmaxnum in devdefs.h
16 years ago
rlar
60ff9aaef2
muffle `nested extern' warnings, and drop a handcrafted malloc prototype
16 years ago
rlar
4cdd842cd8
muffle compiler warnings
16 years ago
rlar
d0a7220f6f
muffle `unused variable' warnings
16 years ago
rlar
1d6b744b1c
remove static char rcsid[] = "$Id$" to muffle `unused variable' warnings
16 years ago
rlar
689c7662f8
K&R function definitions and GENmodel and GENinstance usage for the NDEV device
16 years ago
rlar
f4d0163885
use the types MatrixPtr and SMPmatrix instead of void and char *
both are the same thing,
MatrixPtr is used inside the sparse/* domain,
SMPmatrix is used in the rest of spice
remove casts, which are no longer necessary
16 years ago
h_vogt
9afba3083c
correct typing error
16 years ago
rlar
a76cd1e104
textual replacement VT_* to CP_*, to avoid conflict in the windows world
16 years ago
rlar
0aa1c09d73
consolidate enum cp_types and enum vt_types .
use this enum for some function arguments and struct members .
drop some include "variable.h" which are no longer needed ,
propably many more could be droped .
drop #define VT_* which have been used as workaround for the type mess .
16 years ago
rlar
1bb9d1c633
missing (void*) casts
16 years ago
rlar
460f7a6485
fix type and usage of some function pointers
16 years ago
rlar
a19f5dc9ac
fix some function pointer casts
16 years ago
rlar
a23c482c23
#include "vccsext.h" to make the function declarations visible to their function definitions
16 years ago
rlar
7d6abb2fde
upgrade some casts from void* to more specific type
16 years ago
rlar
805f60448a
INPtables, remove some casts
16 years ago
rlar
63fae60605
use the GENmodel and GENinstance type instead of void*
16 years ago
rlar
94518fdb02
use CKTcircuit instead of void*, #3/4
16 years ago
rlar
fe68605770
use CKTcircuit instead of void*, #2/4
16 years ago
rlar
72fc1a0186
use CKTcircuit instead of void*, #1/4
16 years ago
h_vogt
8496ba3f91
comments added
16 years ago
h_vogt
be99864a86
debug warnings removed
16 years ago
rlar
59d4e5d961
fix various type glitches
16 years ago
rlar
463ef4a3b1
convert K&R function definitions to ansi style
16 years ago
rlar
70420197e6
ansi style function args for some function pointers
16 years ago
h_vogt
39c98ad798
OpenMP for B4SOI version 4.3.1
16 years ago
rlar
3369d860b4
cast the return values of malloc() function calls
16 years ago
rlar
0dbebc870c
fix some typecasts to *malloc() return values
16 years ago
rlar
c178bdb059
cosmetical changes
16 years ago
h_vogt
a62db6942b
OpenMP support for BSIM4, slight upgrade of OpenMP for BSIM3
16 years ago
rlar
a120a5d049
drop the casts for pointer arguments of bcopy() and bzero()
16 years ago
rlar
c79d21af82
convert K&R function definitions to ansi style
16 years ago
rlar
be57f10b3b
avoid some function pointer warnings
16 years ago
rlar
b58722b18b
remove redundant nested function declarations
16 years ago
h_vogt
8b1c9dde7f
OpenMP for BSIM3 ver 3.3.0
16 years ago
rlar
a14e59866e
ansi function declarations (prototypes)
16 years ago
h_vogt
81dd27a730
Cbg1 assignment
16 years ago
h_vogt
97d0e801f4
dekete reference to MOS levels 60, 61
16 years ago
rlar
27e25aa615
add some license and test files to `make dist'
16 years ago