rlar
|
f7bd3f56c8
|
change some model parameters from IF_REAL to IF_INTEGER
|
16 years ago |
dwarning
|
b4d3cc8646
|
ancient configure options removed
|
16 years ago |
rlar
|
6b5debfc1e
|
use `NUMELEMS' and add some `(int)' casts
|
16 years ago |
rlar
|
01566f2b49
|
add casts to make `int' versus `size_t' conversions explicit
|
16 years ago |
rlar
|
7b3960506f
|
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
|
16 years ago |
rlar
|
de35847146
|
realloc does work, even with NULL argument
|
16 years ago |
rlar
|
29f34fc734
|
use tmalloc instead of malloc
|
16 years ago |
rlar
|
930bf53c3f
|
bug fix, malloced space too small
|
16 years ago |
rlar
|
7e8f7d08a7
|
MALLOC usage unification, (in comments)
|
16 years ago |
rlar
|
11c2ff1720
|
RALLOC usage unification, drop braces around the second argument
|
16 years ago |
rlar
|
bfc7a4cd7b
|
use char* instead of void*
|
16 years ago |
rlar
|
5e8e44cc0a
|
cast the tmalloc, MALLOC, return value
|
16 years ago |
rlar
|
b96989b506
|
fix incorrect usage of tmalloc/sizeof, incorrect indirection level
|
16 years ago |
rlar
|
d7a9d71a1a
|
remove prototypes, avoid redeclarations
|
16 years ago |
rlar
|
484f678f5c
|
add local prototype for add_device()
|
16 years ago |
rlar
|
3c3b31fa60
|
declare some functions `static'
|
16 years ago |
rlar
|
2540531c38
|
remove local prototypes, which are allready included
|
16 years ago |
dwarning
|
bd985bc28f
|
trtol to 1 only for A devices
|
16 years ago |
rlar
|
65ef4f037a
|
collect MESH*() prototypes in "meshext.h"
|
16 years ago |
rlar
|
a1b178c3f0
|
include bsim4*def.h (bsim4*geo.c files)
|
16 years ago |
rlar
|
34e1037396
|
BSIM*Geo() prototypes --> include files
|
16 years ago |
rlar
|
fa156de8dd
|
avoid function redeclaration (devices)
|
16 years ago |
rlar
|
44e244dde8
|
NevalSrc() NevalSrc2() Nintegrate() prototypes --> include files
|
16 years ago |
rlar
|
63d3f113ff
|
TanDeriv() prototype --> include files
|
16 years ago |
rlar
|
74d62ab486
|
use the types TSKtask and JOB, instead of void
|
16 years ago |
h_vogt
|
7c7ff52262
|
no pmf, DBL_MAX
|
16 years ago |
h_vogt
|
0a1a142023
|
NAN in parameter output removed
|
16 years ago |
rlar
|
83d1de00fe
|
bugfix, missing return(OK) in some switch statements
|
16 years ago |
dwarning
|
921fad758d
|
initialize some variables
|
16 years ago |
dwarning
|
f951f3b5de
|
update to version 2.24
|
16 years ago |
dwarning
|
883eba85be
|
Correct bitwise operation
|
16 years ago |
dwarning
|
461d229da7
|
Correct bitwise operation
|
16 years ago |
rlar
|
001ad0c2bc
|
`make dist' add some missing artifacts
|
16 years ago |
rlar
|
c1647ed1a1
|
`make dist' improvements for `NDEV'
|
16 years ago |
rlar
|
68b2e6b23a
|
whitespace cleanup (all Makefile.am files)
|
16 years ago |
rlar
|
241783d0b5
|
use for(;;) instead of while(1) to muffle some visual-C warnings
|
16 years ago |
rlar
|
b1f6da536a
|
whitespace cleanup, add missing trailing newlines
|
16 years ago |
rlar
|
e20e18b855
|
whitespace cleanup, \r\n -> \n
|
16 years ago |
rlar
|
99b2f9febf
|
drop (GENinstance*) casts, which are no longer necessary
|
16 years ago |
rlar
|
5c59267768
|
check for shorted voltage sources, to avoid a segmentation fault
|
16 years ago |
rlar
|
44a182c1ba
|
use the type CKTnode instead of void*
|
16 years ago |
rlar
|
773670b38f
|
cleanup
|
16 years ago |
rlar
|
d897817800
|
drop a bunch of (void**) NULL casts {invocation of IFnewUid()}
|
16 years ago |
rlar
|
085afaee37
|
use GENinstance*, instead of void*
|
16 years ago |
rlar
|
aa11b7b84f
|
drop (GENmodel*) casts
|
16 years ago |
dwarning
|
e923354206
|
fix some wrong 'double' to 'int' assignments
|
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 |