summaryrefslogtreecommitdiff
path: root/src/theory/arith/arith_state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/arith_state.cpp')
-rw-r--r--src/theory/arith/arith_state.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/arith_state.cpp b/src/theory/arith/arith_state.cpp
index 1c41ecf81..bab1d6eb9 100644
--- a/src/theory/arith/arith_state.cpp
+++ b/src/theory/arith/arith_state.cpp
@@ -16,7 +16,7 @@
#include "theory/arith/theory_arith_private.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace arith {
@@ -35,4 +35,4 @@ bool ArithState::isInConflict() const
} // namespace arith
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback