summaryrefslogtreecommitdiff
path: root/src/theory/arith/dio_solver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/dio_solver.h')
-rw-r--r--src/theory/arith/dio_solver.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/theory/arith/dio_solver.h b/src/theory/arith/dio_solver.h
index dc4711800..7892bec52 100644
--- a/src/theory/arith/dio_solver.h
+++ b/src/theory/arith/dio_solver.h
@@ -33,7 +33,7 @@
#include "util/statistics_registry.h"
#include "util/stats_timer.h"
-namespace CVC4 {
+namespace CVC5 {
namespace context {
class Context;
}
@@ -421,8 +421,8 @@ public:
Statistics d_statistics;
};/* class DioSolver */
-}/* CVC4::theory::arith namespace */
-}/* CVC4::theory namespace */
-}/* CVC4 namespace */
+} // namespace arith
+} // namespace theory
+} // namespace CVC5
#endif /* CVC4__THEORY__ARITH__DIO_SOLVER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback