summaryrefslogtreecommitdiff
path: root/src/theory/arith/arithvar_node_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/arithvar_node_map.h')
-rw-r--r--src/theory/arith/arithvar_node_map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/arithvar_node_map.h b/src/theory/arith/arithvar_node_map.h
index dceeeb407..6764e8e0b 100644
--- a/src/theory/arith/arithvar_node_map.h
+++ b/src/theory/arith/arithvar_node_map.h
@@ -27,7 +27,7 @@
#include "context/cdhashmap.h"
#include "context/cdo.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace arith {
@@ -90,6 +90,6 @@ public:
} // namespace arith
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__ARITH__ARITHVAR_NODE_MAP_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback