gnucap-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnucap-devel] bug in spice_wrapper.cc


From: Felix Salfelder
Subject: [Gnucap-devel] bug in spice_wrapper.cc
Date: Thu, 31 Jan 2013 20:20:19 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

Hi Al.

in DEV_SPICE::ac_load() i found
int ni = node[ii];
[..]
ac_load_source_point(_n[ii], COMPLEX(_i0[node[ni]], _i1[node[ni]]));

which must read
ac_load_source_point(_n[ii], COMPLEX(_i0[ni], _i1[ni]));

regards
felix

PS: a lot of trivial to fix bugs have been found since 2009. how about a
bugfix release?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]