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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/theory/arith/simplex_update.h b/src/theory/arith/simplex_update.h
index f8a6bf957..833e92dd4 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 CVC4 {
+namespace CVC5 {
namespace theory {
namespace arith {
@@ -352,6 +352,6 @@ private:
std::ostream& operator<<(std::ostream& out, const UpdateInfo& up);
-}/* CVC4::theory::arith namespace */
-}/* CVC4::theory namespace */
-}/* CVC4 namespace */
+} // namespace arith
+} // namespace theory
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback