summaryrefslogtreecommitdiff
path: root/src/theory/arith/approx_simplex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/approx_simplex.h')
-rw-r--r--src/theory/arith/approx_simplex.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/theory/arith/approx_simplex.h b/src/theory/arith/approx_simplex.h
index a9b179e31..5835c57c1 100644
--- a/src/theory/arith/approx_simplex.h
+++ b/src/theory/arith/approx_simplex.h
@@ -28,7 +28,7 @@
#include "util/statistics_registry.h"
#include "util/stats_timer.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace arith {
@@ -163,7 +163,6 @@ class ApproximateSimplex{
static Integer s_defaultMaxDenom;
};/* class ApproximateSimplex */
-
-}/* CVC4::theory::arith namespace */
-}/* CVC4::theory namespace */
-}/* CVC4 namespace */
+} // namespace arith
+} // namespace theory
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback