[Pkg-electronics-commits] [gnucap] 01/47: traces-1: include/spice-wrapper.cc: update stale trace
felix salfelder
felix-guest at moszumanska.debian.org
Mon Sep 26 10:32:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
felix-guest pushed a commit to branch master
in repository gnucap.
commit f170143624dc7c9c10968ccfc45d8692d53dab87
Author: al davis <ad211 at freeelectron.net>
Date: Sun Aug 14 18:21:45 2016 -0400
traces-1: include/spice-wrapper.cc: update stale trace
---
include/patchlev.h | 2 +-
include/spice-wrapper.cc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/patchlev.h b/include/patchlev.h
index 8210f43..eb616ee 100644
--- a/include/patchlev.h
+++ b/include/patchlev.h
@@ -1 +1 @@
-#define PATCHLEVEL "traces-1 2016.08.11"
+#define PATCHLEVEL "io_trace-1 2016.08.14"
diff --git a/include/spice-wrapper.cc b/include/spice-wrapper.cc
index 1123844..0484490 100644
--- a/include/spice-wrapper.cc
+++ b/include/spice-wrapper.cc
@@ -1068,7 +1068,7 @@ void DEV_SPICE::precalc_last()
assert(ok == OK);
assert(num_states_garbage == _num_states);
- trace3("precalc", maxEqNum_stash, ckt()->CKTmaxEqNum, (maxEqNum_stash == ckt()->CKTmaxEqNum));
+ trace3("precalc", _maxEqNum, ckt()->CKTmaxEqNum, (_maxEqNum == ckt()->CKTmaxEqNum));
assert(_maxEqNum == ckt()->CKTmaxEqNum);
notstd::copy_n(node_stash, matrix_nodes(), node); // put back real nodes
// hopefully, the matrix pointers are the same as last time!
--
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