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