rlar
|
7bacfc73d1
|
CKTfndDev(), express error return value outside of this function
if (fast != NULL) then
err = CKTfndDev(,, fast, );
is equivalent to
err = CKTfndDev(,, fast, );
err = *fast ? OK : E_NODEV;
|
13 years ago |
rlar
|
6e7d70e4bb
|
CKTfndDev(), assert some facts
|
13 years ago |
rlar
|
0ab6a6e463
|
CKTfndDev(), drop unused argument `modfast'
|
13 years ago |
rlar
|
29c57dd857
|
cleanup IFnewUid() invocations
checked for object file invariance
|
13 years ago |
rlar
|
2f2da2bab2
|
cleanup OUTpBeginPlot() invocations
checked for object file invariance
|
13 years ago |
rlar
|
4ad4877e30
|
CKTfndDev(), drop unused argument `modname' which is always NULL
|
13 years ago |
rlar
|
7c9e6e6569
|
unify, use `ckt' instead of `ck'
|
13 years ago |
h_vogt
|
c15608c903
|
unique modtab for each circuit, store in ckt structure
|
13 years ago |
Stefano Perticaroli
|
79bffc78a1
|
next version of PSS2
which was reviewed and rewritten on branch `PSS-2-try-to-rebase+4'
by Stefano Perticaroli and Francesco Lannutti
|
13 years ago |
rlar
|
0be61b3e5a
|
remove PSS2
|
13 years ago |
dwarning
|
12b2287aa6
|
remove of modtab after the job is done to issue additional source commands
|
13 years ago |
h_vogt
|
d8d8cf147e
|
spiceif.c: correct types being loaded by snload()
|
14 years ago |
h_vogt
|
65b976dab7
|
rename commands 'savesnap', 'loadsnap' to 'snsave', 'snload'
to avoid conflict with command 'save'
|
14 years ago |
rlar
|
fe1acd3757
|
src/frontend/** remove superfluous `return' invocations
|
14 years ago |
rlar
|
ab98f03622
|
src/frontend/** whitespace, indentation, ...
checked for object file invariance on linux
|
14 years ago |
rlar
|
7454a6d486
|
src/frontend/**, whitespace, indentation, ...
untabify
delete-trailing-whitespace
braces
...
checked for object file invariance on linux
|
14 years ago |
rlar
|
64139a243c
|
spiceif.c, cleanup (checked for code invariance)
|
14 years ago |
rlar
|
0c230b2970
|
spiceif.c, cleanup (checked for code invariance)
|
14 years ago |
rlar
|
d50ffdd987
|
swallow warnings
|
14 years ago |
dwarning
|
99b167b272
|
correct alter of mos geometries for binned models
|
14 years ago |
h_vogt
|
07727f74f0
|
commands.c: 'options' equivalent to 'option' and allow 'loadsnap' and 'savesnap'
which have been EXPERIMENTAL_CODE so far
|
14 years ago |
rlar
|
d8105873db
|
remove error.h, use fteext.h for controlled_exit()
|
14 years ago |
h_vogt
|
dcde15afd2
|
exclude circuits with XSPICE 'A' devices from using 'savesnap'
XSPICE data storage is not yet implemented
|
14 years ago |
h_vogt
|
dffe4ed156
|
command mdump
|
14 years ago |
rlar
|
d5f6bcbedf
|
drop some more casts
|
14 years ago |
rlar
|
598238f46a
|
conditionally compile PSS analysis
|
14 years ago |
rlar
|
0b5042e7da
|
remove CVS `Id',`log' etc. keyword incantations
|
15 years ago |
rlar
|
7d75ebcb81
|
unify OUTpBeginPlot() invocation
|
15 years ago |
rlar
|
10346e055c
|
#1/4 #include <ngspice/...> --> #include "ngspice/..."
|
15 years ago |
h_vogt
|
c858975529
|
faster Greens's fft, altermod command
|
15 years ago |
rlar
|
d26015586c
|
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
15 years ago |
rlar
|
899d5516c3
|
initial PSS commit
|
15 years ago |
rlar
|
1ec269082c
|
round to nearest integer, `rawfileprec' `numdgt' `history' if_option() doset()
|
15 years ago |
h_vogt
|
e6c86b4d98
|
explicit casting double -> int etc.
|
15 years ago |
rlar
|
2b66531eb4
|
mop up some fixme comments
|
15 years ago |
rlar
|
23056573d8
|
code cleanup, drop NULL pointer casts
|
15 years ago |
rlar
|
0b6a557334
|
code cleanup
|
15 years ago |
h_vogt
|
8a4b0e9bce
|
add error checking
|
15 years ago |
h_vogt
|
7903411b68
|
call to CKTtemp only for CKTtime>0
|
15 years ago |
h_vogt
|
76fca91dcb
|
undo change from 1.1.11
|
15 years ago |
h_vogt
|
cc6100f5cb
|
'stop' and 'altermod' command execution modified
|
15 years ago |
h_vogt
|
1ea76af678
|
add statistical functions to numparam and nutmeg parsers
|
15 years ago |
rlar
|
abb87a6115
|
rename `IGNORE()' --> `NG_IGNORE()'
|
16 years ago |
rlar
|
80286e0032
|
pour `IGNORE()' all over the source
|
16 years ago |
rlar
|
7b3960506f
|
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
|
16 years ago |
rlar
|
933bd11c43
|
use the type JOB, remove redundant casts
|
16 years ago |
rlar
|
d49b1d7d0b
|
use the type JOB, remove redundant casts
|
16 years ago |
rlar
|
74d62ab486
|
use the types TSKtask and JOB, instead of void
|
16 years ago |
rlar
|
7047535f96
|
type bistromatic
|
16 years ago |
rlar
|
bffcbad0e7
|
remove a redundant cast
|
16 years ago |