summaryrefslogtreecommitdiff
path: root/src/theory/model_manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/model_manager.cpp')
-rw-r--r--src/theory/model_manager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/model_manager.cpp b/src/theory/model_manager.cpp
index d77a88d67..8ca7a2c48 100644
--- a/src/theory/model_manager.cpp
+++ b/src/theory/model_manager.cpp
@@ -22,7 +22,7 @@
#include "theory/quantifiers/fmf/model_builder.h"
#include "theory/theory_engine.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
ModelManager::ModelManager(TheoryEngine& te, EqEngineManager& eem)
@@ -239,4 +239,4 @@ void ModelManager::collectTerms(TheoryId tid,
}
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback