summaryrefslogtreecommitdiff
path: root/src/theory/care_graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/care_graph.h')
-rw-r--r--src/theory/care_graph.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/care_graph.h b/src/theory/care_graph.h
index 687378887..c87cafcbd 100644
--- a/src/theory/care_graph.h
+++ b/src/theory/care_graph.h
@@ -24,7 +24,7 @@
#include "expr/node.h"
#include "theory/theory_id.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
/**
@@ -60,6 +60,6 @@ struct CarePair {
typedef std::set<CarePair> CareGraph;
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__CARE_GRAPH_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback