summaryrefslogtreecommitdiff
path: root/src/theory/shared_solver_distributed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/shared_solver_distributed.cpp')
-rw-r--r--src/theory/shared_solver_distributed.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/shared_solver_distributed.cpp b/src/theory/shared_solver_distributed.cpp
index 70932e6a6..aecf1fc73 100644
--- a/src/theory/shared_solver_distributed.cpp
+++ b/src/theory/shared_solver_distributed.cpp
@@ -16,7 +16,7 @@
#include "theory/theory_engine.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
SharedSolverDistributed::SharedSolverDistributed(TheoryEngine& te,
@@ -93,4 +93,4 @@ void SharedSolverDistributed::assertSharedEquality(TNode equality,
}
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback