summaryrefslogtreecommitdiff
path: root/src/theory/arith/bound_counts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/bound_counts.h')
-rw-r--r--src/theory/arith/bound_counts.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/theory/arith/bound_counts.h b/src/theory/arith/bound_counts.h
index cb9053669..949828aeb 100644
--- a/src/theory/arith/bound_counts.h
+++ b/src/theory/arith/bound_counts.h
@@ -22,7 +22,7 @@
#include "theory/arith/arithvar.h"
#include "util/dense_map.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace arith {
@@ -229,6 +229,6 @@ public:
virtual void operator()(ArithVar v, const BoundsInfo& up) = 0;
};
-}/* 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