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