git://www.ginac.de
/
ginac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9bed53b
)
* Removed unused variable.
author
Richard Kreckel
<Richard.Kreckel@uni-mainz.de>
Tue, 10 Oct 2006 05:21:06 +0000
(
05:21
+0000)
committer
Richard Kreckel
<Richard.Kreckel@uni-mainz.de>
Tue, 10 Oct 2006 05:21:06 +0000
(
05:21
+0000)
ginac/mul.cpp
patch
|
blob
|
history
diff --git
a/ginac/mul.cpp
b/ginac/mul.cpp
index 63cc7e72a39e62c29e3e2f7444e458c80e3a5b82..351a72cbcfaa20210b9b8097b91bca5f2a5541b6 100644
(file)
--- a/
ginac/mul.cpp
+++ b/
ginac/mul.cpp
@@
-663,7
+663,6
@@
ex mul::algebraic_subs_mul(const exmap & m, unsigned options) const
retry1:
int nummatches = std::numeric_limits<int>::max();
std::vector<bool> currsubsed(seq.size(), false);
retry1:
int nummatches = std::numeric_limits<int>::max();
std::vector<bool> currsubsed(seq.size(), false);
- bool succeed = true;
lst repls;
if(!algebraic_match_mul_with_mul(*this, it->first, repls, 0, nummatches, subsed, currsubsed))
lst repls;
if(!algebraic_match_mul_with_mul(*this, it->first, repls, 0, nummatches, subsed, currsubsed))