summaryrefslogtreecommitdiff
path: root/src/smt/proof_manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/proof_manager.cpp')
-rw-r--r--src/smt/proof_manager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smt/proof_manager.cpp b/src/smt/proof_manager.cpp
index 765beb9a2..d3b650612 100644
--- a/src/smt/proof_manager.cpp
+++ b/src/smt/proof_manager.cpp
@@ -25,7 +25,7 @@
#include "smt/preprocess_proof_generator.h"
#include "smt/proof_post_processor.h"
-namespace CVC4 {
+namespace CVC5 {
namespace smt {
PfManager::PfManager(context::UserContext* u, SmtEngine* smte)
@@ -190,4 +190,4 @@ void PfManager::getAssertions(Assertions& as,
}
} // namespace smt
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback