summaryrefslogtreecommitdiff
path: root/src/theory/arith/bound_inference.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/bound_inference.cpp')
-rw-r--r--src/theory/arith/bound_inference.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/bound_inference.cpp b/src/theory/arith/bound_inference.cpp
index 126954144..a3357c1d9 100644
--- a/src/theory/arith/bound_inference.cpp
+++ b/src/theory/arith/bound_inference.cpp
@@ -17,7 +17,7 @@
#include "theory/arith/normal_form.h"
#include "theory/rewriter.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace arith {
@@ -247,4 +247,4 @@ std::map<Node, std::pair<Node,Node>> getBounds(const std::vector<Node>& assertio
} // namespace arith
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback