summaryrefslogtreecommitdiff
path: root/src/smt/term_formula_removal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/term_formula_removal.cpp')
-rw-r--r--src/smt/term_formula_removal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smt/term_formula_removal.cpp b/src/smt/term_formula_removal.cpp
index 6202ab80c..4d726b64e 100644
--- a/src/smt/term_formula_removal.cpp
+++ b/src/smt/term_formula_removal.cpp
@@ -28,7 +28,7 @@
using namespace std;
-namespace CVC4 {
+namespace CVC5 {
RemoveTermFormulas::RemoveTermFormulas(context::UserContext* u,
ProofNodeManager* pnm)
@@ -544,4 +544,4 @@ ProofGenerator* RemoveTermFormulas::getTConvProofGenerator()
bool RemoveTermFormulas::isProofEnabled() const { return d_pnm != nullptr; }
-}/* CVC4 namespace */
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback