summaryrefslogtreecommitdiff
path: root/src/theory/bv/proof_checker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/proof_checker.cpp')
-rw-r--r--src/theory/bv/proof_checker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/bv/proof_checker.cpp b/src/theory/bv/proof_checker.cpp
index 862e2034a..82f37c552 100644
--- a/src/theory/bv/proof_checker.cpp
+++ b/src/theory/bv/proof_checker.cpp
@@ -14,7 +14,7 @@
#include "theory/bv/proof_checker.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace bv {
@@ -50,4 +50,4 @@ Node BVProofRuleChecker::checkInternal(PfRule id,
} // namespace bv
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback