summaryrefslogtreecommitdiff
path: root/src/theory/theory_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_model.h')
-rw-r--r--src/theory/theory_model.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/theory_model.h b/src/theory/theory_model.h
index ce3ecfbc0..7e7439867 100644
--- a/src/theory/theory_model.h
+++ b/src/theory/theory_model.h
@@ -27,7 +27,7 @@
#include "theory/type_set.h"
#include "theory/uf/equality_engine.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
/** Theory Model class.
@@ -433,6 +433,6 @@ public:
};/* class TheoryModel */
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__THEORY_MODEL_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback