bug in spice_wrapper.cc
Felix Salfelder <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
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?