summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/nl_ext_purify.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/nl_ext_purify.cpp')
-rw-r--r--src/preprocessing/passes/nl_ext_purify.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/preprocessing/passes/nl_ext_purify.cpp b/src/preprocessing/passes/nl_ext_purify.cpp
index 1f85f0caf..3bc8ff8dd 100644
--- a/src/preprocessing/passes/nl_ext_purify.cpp
+++ b/src/preprocessing/passes/nl_ext_purify.cpp
@@ -19,12 +19,12 @@
#include "preprocessing/assertion_pipeline.h"
#include "theory/rewriter.h"
-namespace CVC4 {
+namespace CVC5 {
namespace preprocessing {
namespace passes {
using namespace std;
-using namespace CVC4::theory;
+using namespace CVC5::theory;
Node NlExtPurify::purifyNlTerms(TNode n,
NodeMap& cache,
@@ -140,4 +140,4 @@ PreprocessingPassResult NlExtPurify::applyInternal(
} // namespace passes
} // namespace preprocessing
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback