summaryrefslogtreecommitdiff
path: root/src/theory/arith/rewrites.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/rewrites.cpp')
-rw-r--r--src/theory/arith/rewrites.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/rewrites.cpp b/src/theory/arith/rewrites.cpp
index f2eef7013..9522ef4f4 100644
--- a/src/theory/arith/rewrites.cpp
+++ b/src/theory/arith/rewrites.cpp
@@ -16,7 +16,7 @@
#include <iostream>
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace arith {
@@ -47,4 +47,4 @@ std::ostream& operator<<(std::ostream& out, Rewrite r)
} // namespace arith
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback