summaryrefslogtreecommitdiff
path: root/src/theory/arith/constraint_forward.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/constraint_forward.h')
-rw-r--r--src/theory/arith/constraint_forward.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/constraint_forward.h b/src/theory/arith/constraint_forward.h
index 8d36df304..146ffd607 100644
--- a/src/theory/arith/constraint_forward.h
+++ b/src/theory/arith/constraint_forward.h
@@ -24,7 +24,7 @@
#include "cvc4_private.h"
#include <vector>
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace arith {
@@ -46,6 +46,6 @@ static const RationalVectorP RationalVectorPSentinel = NULL;
} // namespace arith
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__ARITH__CONSTRAINT_FORWARD_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback