summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/icp/intersection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/icp/intersection.cpp')
-rw-r--r--src/theory/arith/nl/icp/intersection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/nl/icp/intersection.cpp b/src/theory/arith/nl/icp/intersection.cpp
index 6cdba297c..e0e93e1dd 100644
--- a/src/theory/arith/nl/icp/intersection.cpp
+++ b/src/theory/arith/nl/icp/intersection.cpp
@@ -24,7 +24,7 @@
#include "base/output.h"
#include "theory/arith/nl/poly_conversion.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace arith {
namespace nl {
@@ -221,6 +221,6 @@ PropagationResult intersect_interval_with(poly::Interval& cur,
} // namespace nl
} // namespace arith
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback