summaryrefslogtreecommitdiff
path: root/src/theory/arith/simplex_update.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/simplex_update.h')
-rw-r--r--src/theory/arith/simplex_update.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/simplex_update.h b/src/theory/arith/simplex_update.h
index 833e92dd4..8310d3783 100644
--- a/src/theory/arith/simplex_update.h
+++ b/src/theory/arith/simplex_update.h
@@ -33,7 +33,7 @@
#include "theory/arith/constraint_forward.h"
#include "util/maybe.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace arith {
@@ -354,4 +354,4 @@ std::ostream& operator<<(std::ostream& out, const UpdateInfo& up);
} // namespace arith
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback