summaryrefslogtreecommitdiff
path: root/src/theory/arith/infer_bounds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/infer_bounds.cpp')
-rw-r--r--src/theory/arith/infer_bounds.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/infer_bounds.cpp b/src/theory/arith/infer_bounds.cpp
index 0475e2472..25494bdee 100644
--- a/src/theory/arith/infer_bounds.cpp
+++ b/src/theory/arith/infer_bounds.cpp
@@ -18,7 +18,7 @@
#include "theory/arith/infer_bounds.h"
#include "theory/rewriter.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace arith {
@@ -264,4 +264,4 @@ std::ostream& operator<<(std::ostream& os, const Algorithms a){
} /* namespace arith */
} /* namespace theory */
-} /* namespace CVC4 */
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback