Skip to content

Commit 32e77d8

Browse files
committed
typo
Signed-off-by: Lev Nachmanson <[email protected]>
1 parent cb1818f commit 32e77d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/lp/dioph_eq.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,7 @@ namespace lp {
16461646
lia_move tighten_bounds_for_term_column(unsigned j) {
16471647
// q is the queue of variables that can be substituted in term_to_tighten
16481648
protected_queue q;
1649-
TRACE("dio", tout << "j:" << j << " , intitial term t: "; print_lar_term_L(lra.get_term(j), tout) << std::endl;
1649+
TRACE("dio", tout << "j:" << j << " , initial term t: "; print_lar_term_L(lra.get_term(j), tout) << std::endl;
16501650
for( const auto& p : lra.get_term(j).ext_coeffs()) {
16511651
lra.print_column_info(p.var(), tout);
16521652
}

0 commit comments

Comments
 (0)