~kicad/+git/ngspice-mirror-sourceforge:marcel-meas-avg-1

Last commit made on 2015-04-16
Get this branch:
git clone -b marcel-meas-avg-1 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:
marcel-meas-avg-1
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

bd3f8e7... by rlar <rlar>

testcase

f9432cb... by Marcel Hendrix <mhx>

frontend/com_measure2.c, bug fix for "meas AVG"

meas "AVG" did merely the average of the given values,
  without consideration of their spacing on the "scale" axis.

now use trapezoidal summing to calculate the AVG

note, there is "meas INTEG"
  which goes beyond trapezoidal summing

8be0829... by rlar <rlar>

frontend/breakp.c, bug fix, "#306 Deleting breakpoint causes Internal Error in status"

The "delete" command destroyed the whole list of stored breakpoints
  instead of just the specified one.

Thanks to "jpcgt", who reported this in
  "#306 Deleting breakpoint causes Internal Error in status"
  http://sourceforge.net/p/ngspice/bugs/306/

0b4bcf3... by rlar <rlar>

devices/res, bug fix, extend ac-resistance to the pz analysis

b6b76ad... by rlar <rlar>

devices/asrc, introduce `ASRCvars' with the indices of the controlling nodes/branches

b4f1c1d... by rlar <rlar>

devices/asrc, allocate `ASRCacValues' in ASRCsetup()

232debc... by rlar <rlar>

drop `NEWN', use `TMALLOC'

ad869c6... by rlar <rlar>

devices/asrc, rewrite #10/10, emphasise matrix for the two cases VSRC vs ISRC

66a0da8... by rlar <rlar>

devices/asrc, rewrite #9/10, combine common code

704e50b... by rlar <rlar>

devices/asrc, rewrite #8/10, cleanup and reorder