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