summaryrefslogtreecommitdiff
path: root/src/theory/bv/bitblast/bitblast_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bitblast/bitblast_utils.h')
-rw-r--r--src/theory/bv/bitblast/bitblast_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/bv/bitblast/bitblast_utils.h b/src/theory/bv/bitblast/bitblast_utils.h
index 37618bd06..e342d4410 100644
--- a/src/theory/bv/bitblast/bitblast_utils.h
+++ b/src/theory/bv/bitblast/bitblast_utils.h
@@ -23,7 +23,7 @@
#include <ostream>
#include "expr/node.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace bv {
@@ -267,6 +267,6 @@ T inline sLessThanBB(const std::vector<T>&a, const std::vector<T>& b, bool orEqu
} // namespace bv
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
#endif // CVC4__THEORY__BV__BITBLAST__BITBLAST_UTILS_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback