rlar
6ee483ed1d
inpgmod.c, #5/15, simplify tprintf usage
9 years ago
rlar
b329fd56fc
inpgmod.c, #4/15, unify 'return' statements
9 years ago
rlar
cdc8fbd192
inpgmod.c, #3/15, line wraps
9 years ago
rlar
b0537a7e96
inpgmod.c, #2/15, polish comments
9 years ago
rlar
6cdd306fea
inpgmod.c, #1/15, cleanup comparisons
9 years ago
rlar
5905ed26fa
inpgmod.c, INPgetMod(), bug fix, missing 'model' assignment
'model' is a return value, and must always be assigned to.
NULL denotes the error case.
9 years ago
rlar
c3275241a5
ckti2nod.c, cktbindnode.c, minor cleanup
9 years ago
rlar
239780ebef
cleanup, use an array for struct GENinstance.GENnode
9 years ago
rlar
b5ccfca24b
implement option 'indverbosity' to control check of inductive systems
default is 2, maximum verbosity
option indverbosity=1
can be used to prevent check for
"incomplete set of couplings"
option indverbosity=0
can be used to avoid the check altogether
set indverbosity=INTEGER
or
.option indverbosity=INTEGER
works as well
9 years ago
rlar
05ee2e0182
check for missing and duplicate K instances
9 years ago
Francesco Lannutti
bf542f64d8
check for viable mutual inductor coefficients
9 years ago
rlar
fc32837b44
muttemp.c, allow negative inductance
9 years ago
rlar
681903492b
devices/ind/*, whitespace
9 years ago
rlar
24aee8bf2a
devices/ind/*, cleanup
9 years ago
rlar
e89a5dd5b4
cktop.c, #14/14, cleanup
10 years ago
rlar
b3a0f15c09
cktop.c, #13/14, cleanup
10 years ago
rlar
65596ce76c
cktop.c, #12/14, cleanup
10 years ago
rlar
8d843ecec5
cktop.c, #11/14, cleanup
10 years ago
rlar
64fadb90cc
cktop.c, #10/14, whitespace
10 years ago
rlar
3041936663
cktop.c, #9/14, shortcut
10 years ago
rlar
a446d1e145
cktop.c, #8/14, early leave
10 years ago
rlar
0482f57bb7
cktop.c, #7/14, invert a trailing "if"
10 years ago
rlar
761e556ac2
cktop.c, #6/14, simplify loop termination
10 years ago
rlar
eea4d016ec
cktop.c, #5/14, simplify loop termination
10 years ago
rlar
e2f4c2ec9f
cktop.c, #4/14, shrink scope of some locals
10 years ago
rlar
eb1c8e92bc
cktop.c, #3/14, combine two `if' bodies
10 years ago
rlar
ec1e1114e8
cktop.c, #2/14, remove a redundant assignment
10 years ago
rlar
f0e3bc0025
cktop.c, #1/14, cleanup
10 years ago
rlar
034188cb43
dctrcurv.c, simplify
10 years ago
rlar
4c2e4d0c2f
drop SIGN(), SIGN(1.0,x) --> SGN(x)
10 years ago
rlar
15f2c67968
use M_PI
10 years ago
rlar
8b98b9b350
use 'fabs()'
10 years ago
rlar
30be67b960
analysis/sensaskq.c, fix ancient bug, setting instead of asking 'deftol'
This is of no consequence,
neither 'deftol' nor 'SENS_DEFTOL' is actually used somewhere.
10 years ago
rlar
78efbcbff8
dctran.c, remove unused variable 'del_before'
10 years ago
h_vogt
27053b877f
devices/asrc, remove memory leak
10 years ago
rlar
b92b25950e
devices/asrc, rewrite asrc_vals, asrc_derivs allocation
10 years ago
rlar
4d79617cf1
spicelib/devcies/*dest.c, rewrite DEVdestroy() functions
10 years ago
rlar
3715947529
dctrcurv.c, #7/7, cleanup
10 years ago
rlar
1cdd68f787
dctrcurv.c, #6/7, use the fact 'i' being 0
10 years ago
rlar
9b75fcb9ce
dctrcurv.c, #5/7, cleanup while loop
10 years ago
rlar
437bc36a8f
dctrcurv.c, #4/7, polish comments
10 years ago
rlar
f77485b081
dctrcurv.c, #3/7, express the value of 'i' more verbosely
10 years ago
rlar
b43a98e0c9
dctrcurv.c, #2/7, use 'j' here for simplicity
10 years ago
rlar
8baf4f435f
dctrcurv.c, #1/7, whitespace cleanup
10 years ago
rlar
5b42d09618
unify, use memcpy for CKTstate copy operations
10 years ago
rlar
d298d5cc2f
use memset() instead of deprecated bzero()
10 years ago
rlar
141ed61ec8
use memcpy() instead of deprecated bcopy()
10 years ago
h_vogt
4047a794e7
bsim3v3.24: add OMP support
model is still used by commercial (e.g. X-fab) libraries
10 years ago
h_vogt
151fed6084
bsim3v3.24: add model parameter lmlt (Channel length scaling)
10 years ago
h_vogt
af53cbb415
bsim4, bug fix (when USE_OMP), uninitialised variable `here->BSIM4_27'
10 years ago