summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/fun_def_fmf.cpp
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-01 09:56:14 -0700
committerGitHub <noreply@github.com>2021-04-01 16:56:14 +0000
commit05a53a2ac405bcd18a84024247145f161809c3b0 (patch)
tree34241c0a82f79d717ddbfbb0c294f9a09c7edb0c /src/preprocessing/passes/fun_def_fmf.cpp
parentafaf4413775ff7d6054a5893f1397ad908e0773c (diff)
Rename namespace CVC5 to cvc5. (#6258)
Diffstat (limited to 'src/preprocessing/passes/fun_def_fmf.cpp')
-rw-r--r--src/preprocessing/passes/fun_def_fmf.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/preprocessing/passes/fun_def_fmf.cpp b/src/preprocessing/passes/fun_def_fmf.cpp
index b34df8ca3..c6ea0ee27 100644
--- a/src/preprocessing/passes/fun_def_fmf.cpp
+++ b/src/preprocessing/passes/fun_def_fmf.cpp
@@ -26,11 +26,11 @@
#include "theory/rewriter.h"
using namespace std;
-using namespace CVC5::kind;
-using namespace CVC5::theory;
-using namespace CVC5::theory::quantifiers;
+using namespace cvc5::kind;
+using namespace cvc5::theory;
+using namespace cvc5::theory::quantifiers;
-namespace CVC5 {
+namespace cvc5 {
namespace preprocessing {
namespace passes {
@@ -466,4 +466,4 @@ void FunDefFmf::getConstraints(Node n,
} // namespace passes
} // namespace preprocessing
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback