summaryrefslogtreecommitdiff
path: root/src/theory/arith/arith_msum.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/arith_msum.h')
-rw-r--r--src/theory/arith/arith_msum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/arith_msum.h b/src/theory/arith/arith_msum.h
index f4a2bf824..7854e0d3b 100644
--- a/src/theory/arith/arith_msum.h
+++ b/src/theory/arith/arith_msum.h
@@ -21,7 +21,7 @@
#include "expr/node.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
/** Arithmetic utilities regarding monomial sums.
@@ -183,6 +183,6 @@ class ArithMSum
};
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__ARITH__MSUM_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback