diff --git a/src/math/interval/dep_intervals.h b/src/math/interval/dep_intervals.h index 9b426770a..14340a6a0 100644 --- a/src/math/interval/dep_intervals.h +++ b/src/math/interval/dep_intervals.h @@ -299,7 +299,8 @@ public: div(a, b, c); } } - + +#if 0 template void mul(const interval& a, const mpq& b, interval& c) { if (wd == with_deps) { @@ -308,9 +309,10 @@ public: combine_deps(a, comb_rule, c); } else { - mul(b, a, c); + mul(a, b, c); } } +#endif template void copy_upper_bound(const interval& a, interval& i) const {