summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/cad/projections.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/cad/projections.h')
-rw-r--r--src/theory/arith/nl/cad/projections.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/nl/cad/projections.h b/src/theory/arith/nl/cad/projections.h
index 3b8eb412f..94bdfc3ef 100644
--- a/src/theory/arith/nl/cad/projections.h
+++ b/src/theory/arith/nl/cad/projections.h
@@ -25,7 +25,7 @@
#include <vector>
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace arith {
namespace nl {
@@ -76,7 +76,7 @@ PolyVector projectionMcCallum(const std::vector<poly::Polynomial>& polys);
} // namespace nl
} // namespace arith
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback