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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/theory_model.h b/src/theory/theory_model.h
index 0c7f092bc..ce3ecfbc0 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 CVC4 {
+namespace CVC5 {
namespace theory {
/** Theory Model class.
@@ -432,7 +432,7 @@ public:
//---------------------------- end function values
};/* class TheoryModel */
-}/* CVC4::theory namespace */
-}/* CVC4 namespace */
+} // namespace theory
+} // namespace CVC5
#endif /* CVC4__THEORY__THEORY_MODEL_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback