summaryrefslogtreecommitdiff
path: root/src/theory/combination_care_graph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/combination_care_graph.cpp')
-rw-r--r--src/theory/combination_care_graph.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/combination_care_graph.cpp b/src/theory/combination_care_graph.cpp
index df757c4a9..4fab0c580 100644
--- a/src/theory/combination_care_graph.cpp
+++ b/src/theory/combination_care_graph.cpp
@@ -20,7 +20,7 @@
#include "theory/model_manager.h"
#include "theory/theory_engine.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
CombinationCareGraph::CombinationCareGraph(
@@ -99,4 +99,4 @@ bool CombinationCareGraph::buildModel()
}
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback