summaryrefslogtreecommitdiff
path: root/src/util/iand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/iand.h')
-rw-r--r--src/util/iand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/iand.h b/src/util/iand.h
index e5f1a5af7..a50c4aeb7 100644
--- a/src/util/iand.h
+++ b/src/util/iand.h
@@ -22,7 +22,7 @@
#include "base/exception.h"
#include "util/integer.h"
-namespace CVC4 {
+namespace CVC5 {
struct IntAnd
{
@@ -41,6 +41,6 @@ inline std::ostream& operator<<(std::ostream& os, const IntAnd& ia)
return os << "[" << ia.d_size << "]";
}
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__IAND_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback