dwarning
41325622fd
some clean-up's to come through MSC
19 years ago
pnenzi
6d5a4474aa
Fixed minimum iterations number to 100 (Phil Barker)
19 years ago
pnenzi
008c9d7a4c
Improved reporting (from Phil Barker)
19 years ago
pnenzi
5296cd51b8
Partially applied Paul Reich patch (missing include and c++ style comments)
21 years ago
pnenzi
363ffb85e0
Fixed bug in memory management when xspice codemodels are used.
21 years ago
sjborley
c8babc9450
Added prototype for evalAccLimits()
21 years ago
sjborley
358b5f829a
Replace C++ style comment with C style comment
21 years ago
sjborley
23273668b6
Exclude test files that don't compile when Windows (MinGW)
21 years ago
sjborley
d96ec87987
Added .cvsignore file
21 years ago
pnenzi
1260ae08db
Update autoconf scripts and applied Niessner patch to remove compiler warnings.
22 years ago
pnenzi
9066452b23
Trimmed Makefiles.am for "make dist" and added tests placeholders.
22 years ago
pnenzi
ada277e81b
Cleaned up the code removing unnecessary includes.
22 years ago
pnenzi
c54bda7dc0
Removed #if INTERPOLATE
23 years ago
pnenzi
531fb3575a
Applied Vera Patch to correct bugs in shell code and re-enabling interpolate command.
23 years ago
pnenzi
1471aac6b2
Cleaned the code.
23 years ago
pnenzi
858f0442eb
Bug fixing. Added externs for memory allocation functions and fixed SMPcDProd code.
23 years ago
pnenzi
deafc9915c
Better way to compare two doubles.
23 years ago
pnenzi
b8cece5fba
Modified code for CIDER simulator.
23 years ago
pnenzi
9cb7e22d6f
Bug fixing.
23 years ago
pnenzi
63c93eca79
Modified sparse include files to obtain better separation from rest of the code.
23 years ago
pnenzi
9ee4064c46
Added more separation between sparse and the rest of the package.
23 years ago
pnenzi
43339f330a
Forgot to AC_SUBST CIDERMATH and CIDERMATHDIR.
23 years ago
pnenzi
ccee90013b
CIDER mathematical support routines (maths/misc) are now compiled only
23 years ago
pnenzi
8d893d890a
CIDER integration. Code updated for cider support.
23 years ago
pnenzi
63d16b9f2e
Cider simulator (math support routines) Import.
23 years ago
pnenzi
8362dec274
Integrated code from tclspice, brorson xspice and Vera memleak.
23 years ago
pnenzi
937e3db647
Holger Vogt Windows port for Ngspice.
25 years ago
rouat
45e21263c1
Fixed bug in gnu getopt handling
Made doc more readable
25 years ago
pnenzi
fc8956b08c
Added min, max and d(iff) to vectors from code submitted by Routoure.
25 years ago
pnenzi
8401f16c5a
Now PREDICTOR code works again, two variables were removed but they were needed for PREDICTOR code.
25 years ago
pnenzi
8551caa8e9
Code to link mos9 and bjt2 and some fixes from last Alan's code.
25 years ago
pnenzi
317c6a2415
Appiled some of dan's patches.
25 years ago
pnenzi
8aa1dc20a8
Bug fix: incorrect definition of CALLOC ifndef HAVE_LIBGC
25 years ago
pnenzi
d735c9a871
Some code cleanup
25 years ago
pnenzi
8b7f406003
Modified CALLOC macro. Now uses calloc if LIBGC is not installed and malloc otherwise.
25 years ago
pnenzi
ccfdf80c2e
Applied patches for BSD OSes
26 years ago
arno
86f326d11e
* NEWS TODO acconfig.h configure.in src/ngspice.idx
26 years ago
arno
cc51f0e8db
* src/main.c, src/multidec.c, src/proc2mod.c,
26 years ago
arno
03cf985d1a
*** empty log message ***
26 years ago
arno
70e2bc5b16
* polyfit.c: Input matrix got overwritten too soon, leading to NaN
26 years ago
arno
57dfb0f945
* main.c frontend/com_ahelp.c frontend/com_asciiplot.c
26 years ago
arno
7ac9278389
* src/include/spconfig.h: Removed spCOMPLEX,
spSEPARATED_COMPLEX_VECTORS and spCOMPATIBILITY defines. This
made including this file from src/include/spmatrix.h unnecessary.
Moved this file to src/maths/sparse/spconfig.h.
* src/include/spmatrix.h: Removed include of
src/include/spconfig.h.
* src/maths/sparse/spalloc.c, src/maths/sparse/spbuild.c,
src/maths/sparse/spcombin.c, src/maths/sparse/spdefs.h,
src/maths/sparse/spfactor.c, src/maths/sparse/spoutput.c,
src/maths/sparse/spsmp.c, src/maths/sparse/spsolve.c,
src/maths/sparse/sputils.c: The other files affected by the
removal of spCOMPLEX, spSEPARATED_COMPLEX_VECTORS and
spCOMPATIBILITY defines. Also: assertions are enabled by
default.
* src/include/smpdefs.h, src/maths/sparse/spsmp.c: SMPmatrix is
now a typedef for void, instead of char. Updated all function
declarations to match this. Also added function prototypes not
previously mentioned in src/include/smpdefs.h.
* src/include/complex.h: Updates of cast from char * to void *
26 years ago
arno
489fc66afd
src/Makefile.am src/help.c src/main.c
26 years ago
arno
1f82eccd29
* src/devices/disto/*: Moved all files to src/maths/deriv/
26 years ago
arno
1025e978bc
* src/include/complex.h, src/include/macros.h,
src/include/memory.h, src/maths/sparse/spdefs.h: Moved definitions
of complex into complex.h. There are three different ways to
declare a complex number in Spice. We need further work to reduce
this to only one.
* src/maths/cmaths/Makefile.am, src/maths/cmaths/.cvsignore,
src/maths/cmaths/test_cx_ph.c: Added a new test and updated the
corresponding support files.
26 years ago
arno
5b7863e305
* src/maths/cmaths/Makefile.am, src/maths/cmaths/test_cx_mag.c,
26 years ago
arno
5492f4cb89
* src/frontend/interp.c: Broken up into individual files and
26 years ago
arno
f476a1ea98
* src/maths/cmaths/Makefile.am src/maths/cmaths/cmath1.c
26 years ago
arno
8696a52e89
* src/Makefile.am src/main.c src/sconvert.c
26 years ago
arno
b824ff0bf4
* src/maths/ni/nipzmeth.c: Corrected an overeager deletion.
26 years ago