summaryrefslogtreecommitdiff
path: root/src/theory/arith/arith_propagator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/arith_propagator.cpp')
-rw-r--r--src/theory/arith/arith_propagator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/arith_propagator.cpp b/src/theory/arith/arith_propagator.cpp
index c5068c9fb..0f417bc41 100644
--- a/src/theory/arith/arith_propagator.cpp
+++ b/src/theory/arith/arith_propagator.cpp
@@ -122,7 +122,7 @@ std::vector<Node> ArithUnatePropagator::getImpliedLiterals(){
enqueueImpliedLiterals(assertion, impliedButNotAsserted);
}
- if(debugTagIsOn("arith::propagator")){
+ if(Debug.isOn("arith::propagator")){
for(std::vector<Node>::iterator i = impliedButNotAsserted.begin(),
endIter = impliedButNotAsserted.end(); i != endIter; ++i){
Node imp = *i;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback