summaryrefslogtreecommitdiff
path: root/src/theory/arith/simplex_update.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/simplex_update.h')
-rw-r--r--src/theory/arith/simplex_update.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/simplex_update.h b/src/theory/arith/simplex_update.h
index cfd00ac30..b1153d36f 100644
--- a/src/theory/arith/simplex_update.h
+++ b/src/theory/arith/simplex_update.h
@@ -257,7 +257,7 @@ public:
/** Sets the focusDirection. */
void setFocusDirection(int fd){
- Assert(-1 <= fd && fd <= 1);
+ Assert(-1 <= fd && fd <= 1);
d_focusDirection = fd;
updateWitness();
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback