summaryrefslogtreecommitdiff
path: root/src/theory/arith/simplex_update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/simplex_update.cpp')
-rw-r--r--src/theory/arith/simplex_update.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/simplex_update.cpp b/src/theory/arith/simplex_update.cpp
index ea868a886..81723f7c2 100644
--- a/src/theory/arith/simplex_update.cpp
+++ b/src/theory/arith/simplex_update.cpp
@@ -19,7 +19,7 @@
using namespace std;
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace arith {
@@ -188,4 +188,4 @@ std::ostream& operator<<(std::ostream& out, WitnessImprovement w){
} // namespace arith
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback