[Pkg-electronics-commits] [gnucap] 19/49: fix real() assignment in spice_wrapper
felix salfelder
felix-guest at moszumanska.debian.org
Tue Feb 2 21:39:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
felix-guest pushed a commit to branch wip
in repository gnucap.
commit ae1b077c441049e2e92e0f8fae39b597fd2449b9
Author: Felix Salfelder <felix at salfelder.org>
Date: Sun Aug 3 10:35:46 2014 +0200
fix real() assignment in spice_wrapper
---
include/spice-wrapper.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/spice-wrapper.cc b/include/spice-wrapper.cc
index bd5b37f..ecc6a3f 100644
--- a/include/spice-wrapper.cc
+++ b/include/spice-wrapper.cc
@@ -1232,7 +1232,7 @@ bool DEV_SPICE::do_tr()
for (int ii = 0; ii < matrix_nodes()+OFFSET; ++ii) {
for (int jj = 0; jj < matrix_nodes()+OFFSET; ++jj) {
- _matrix[ii][jj].real() = 0;
+ _matrix[ii][jj].real(0.);
}
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gnucap.git
More information about the Pkg-electronics-commits
mailing list