From fff6a94de48760a90578758aaf85ce60030c4afa Mon Sep 17 00:00:00 2001 From: Lev Nachmanson Date: Thu, 2 Jul 2020 13:02:01 -0700 Subject: [PATCH] cheap_eqs - fix the build Signed-off-by: Lev Nachmanson --- src/math/lp/lp_bound_propagator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math/lp/lp_bound_propagator.h b/src/math/lp/lp_bound_propagator.h index 6f7bf03f4..c2a5e1d16 100644 --- a/src/math/lp/lp_bound_propagator.h +++ b/src/math/lp/lp_bound_propagator.h @@ -56,7 +56,7 @@ class lp_bound_propagator { else { out << "null"; } out << "} , lvl = " << v->level(); if (fixed_phase()) { - tout << " fixed phase"; + out << " fixed phase"; } if (m_pol.contains(v->column())) { out << (pol(v) == -1? " -":" +"); } else {