mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
fix the build
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
3f9229a698
commit
e32c1bdee8
|
@ -999,7 +999,7 @@ struct solver::imp {
|
|||
|
||||
std::ostream & print_factorization(const factorization& f, std::ostream& out) const {
|
||||
if (f.is_mon()){
|
||||
print_monomial(*f.mon(), tout << "is_mon ");
|
||||
print_monomial(*f.mon(), out << "is_mon ");
|
||||
} else {
|
||||
for (unsigned k = 0; k < f.size(); k++ ) {
|
||||
print_factor(f[k], out);
|
||||
|
|
Loading…
Reference in a new issue