summaryrefslogtreecommitdiff
path: root/src/util/stats_histogram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/stats_histogram.h')
-rw-r--r--src/util/stats_histogram.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/stats_histogram.h b/src/util/stats_histogram.h
index 49306ba28..44d4b9e7c 100644
--- a/src/util/stats_histogram.h
+++ b/src/util/stats_histogram.h
@@ -24,7 +24,7 @@
#include "util/stats_base.h"
-namespace CVC4 {
+namespace CVC5 {
/**
* A histogram statistic class for integral types.
@@ -123,6 +123,6 @@ class IntegralHistogramStat : public Stat
int64_t d_offset;
}; /* class IntegralHistogramStat */
-} // namespace CVC4
+} // namespace CVC5
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback