summaryrefslogtreecommitdiff
path: root/src/theory/shared_solver_distributed.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/shared_solver_distributed.h')
-rw-r--r--src/theory/shared_solver_distributed.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/shared_solver_distributed.h b/src/theory/shared_solver_distributed.h
index 95e23024d..49e4974ca 100644
--- a/src/theory/shared_solver_distributed.h
+++ b/src/theory/shared_solver_distributed.h
@@ -20,7 +20,7 @@
#include "expr/node.h"
#include "theory/shared_solver.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
/**
@@ -59,6 +59,6 @@ class SharedSolverDistributed : public SharedSolver
};
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__SHARED_SOLVER_DISTRIBUTED__H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback