~kicad/+git/ngspice-mirror-sourceforge:s-parameters-2

Last commit made on 2022-04-06
Get this branch:
git clone -b s-parameters-2 https://git.launchpad.net/~kicad/+git/ngspice-mirror-sourceforge
Members of KiCad can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
s-parameters-2
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

df9859a... by Holger Vogt

function deriv: This is just a preliminary fix: prevent a crash
when base > 0.

But when is base supposed to be > 0 ? More invetigation is needed.

744eaec... by Holger Vogt

Patch to avoid false reads and writes due to inconsitent
structs SPAN and NOISEAN.
Prevent using non-initialized variables.

e31d6a3... by Holger Vogt

fix typo, remove unsuitable comment

b70b04f... by Holger Vogt

Update to config.h

Move relevant entries up to the top of the file

S-parameter and periodic steady state may be selected in config.h

CIDER and XSPICE are always selected and cannot be excluded
(will not compile without).

415f5b3... by Holger Vogt

Move selection of RFSPICE into config.h

e33ebe5... by Holger Vogt

Compile only when RFSPICE is selected in config.h

67704d2... by Holger Vogt

Update to the VS project files:
Add sp simulation to shared ngspice and fftw
Remove a few old, invalid *.h file entries

d903eb4... by Holger Vogt

Linking failed on openSUSE Linux gcc:

make the inline functions static to allow linking

95e1eaf... by Holger Vogt

Provide access to the necessary structs like cplx

39f43a1... by Holger Vogt

add missing noisesp.c