summaryrefslogtreecommitdiff
path: root/src/theory/model_manager_distributed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/model_manager_distributed.cpp')
-rw-r--r--src/theory/model_manager_distributed.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/model_manager_distributed.cpp b/src/theory/model_manager_distributed.cpp
index 3b9c1aad4..61279ee11 100644
--- a/src/theory/model_manager_distributed.cpp
+++ b/src/theory/model_manager_distributed.cpp
@@ -18,7 +18,7 @@
#include "theory/theory_model.h"
#include "theory/theory_model_builder.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
ModelManagerDistributed::ModelManagerDistributed(TheoryEngine& te,
@@ -114,4 +114,4 @@ bool ModelManagerDistributed::finishBuildModel() const
}
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback