summaryrefslogtreecommitdiff
path: root/src/smt/check_models.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/check_models.cpp')
-rw-r--r--src/smt/check_models.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/smt/check_models.cpp b/src/smt/check_models.cpp
index 07493d0b9..0c21002af 100644
--- a/src/smt/check_models.cpp
+++ b/src/smt/check_models.cpp
@@ -23,9 +23,9 @@
#include "theory/substitutions.h"
#include "theory/theory_engine.h"
-using namespace CVC4::theory;
+using namespace CVC5::theory;
-namespace CVC4 {
+namespace CVC5 {
namespace smt {
CheckModels::CheckModels(SmtSolver& s) : d_smt(s) {}
@@ -148,4 +148,4 @@ void CheckModels::checkModel(Model* m,
}
} // namespace smt
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback