summaryrefslogtreecommitdiff
path: root/src/theory/sep/theory_sep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sep/theory_sep.h')
-rw-r--r--src/theory/sep/theory_sep.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/theory/sep/theory_sep.h b/src/theory/sep/theory_sep.h
index 824fe70e9..029cbada5 100644
--- a/src/theory/sep/theory_sep.h
+++ b/src/theory/sep/theory_sep.h
@@ -31,7 +31,7 @@
#include "theory/uf/equality_engine.h"
#include "util/statistics_registry.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
class TheoryModel;
@@ -349,8 +349,8 @@ class TheorySep : public Theory {
void initializeBounds();
};/* class TheorySep */
-}/* CVC4::theory::sep namespace */
-}/* CVC4::theory namespace */
-}/* CVC4 namespace */
+} // namespace sep
+} // namespace theory
+} // namespace CVC5
#endif /* CVC4__THEORY__SEP__THEORY_SEP_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback