summaryrefslogtreecommitdiff
path: root/src/smt/model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/model.cpp')
-rw-r--r--src/smt/model.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smt/model.cpp b/src/smt/model.cpp
index c1b9b7c12..a3742b652 100644
--- a/src/smt/model.cpp
+++ b/src/smt/model.cpp
@@ -23,7 +23,7 @@
#include "smt/smt_engine_scope.h"
#include "theory/theory_model.h"
-namespace CVC5 {
+namespace cvc5 {
namespace smt {
Model::Model(theory::TheoryModel* tm) : d_isKnownSat(false), d_tmodel(tm)
@@ -68,4 +68,4 @@ const std::vector<Node>& Model::getDeclaredTerms() const
}
} // namespace smt
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback