summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/iand_solver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/iand_solver.h')
-rw-r--r--src/theory/arith/nl/iand_solver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/nl/iand_solver.h b/src/theory/arith/nl/iand_solver.h
index 95d9632aa..2b7f90e9b 100644
--- a/src/theory/arith/nl/iand_solver.h
+++ b/src/theory/arith/nl/iand_solver.h
@@ -22,7 +22,7 @@
#include "expr/node.h"
#include "theory/arith/nl/iand_utils.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace arith {
@@ -132,6 +132,6 @@ class IAndSolver
} // namespace nl
} // namespace arith
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__ARITH__IAND_SOLVER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback