summaryrefslogtreecommitdiff
path: root/src/theory/rep_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/rep_set.h')
-rw-r--r--src/theory/rep_set.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/rep_set.h b/src/theory/rep_set.h
index 55751efa3..4c7b04045 100644
--- a/src/theory/rep_set.h
+++ b/src/theory/rep_set.h
@@ -23,7 +23,7 @@
#include "expr/node.h"
#include "expr/type_node.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
class QuantifiersEngine;
@@ -324,7 +324,7 @@ class RepBoundExt
}
};
-}/* CVC4::theory namespace */
-}/* CVC4 namespace */
+} // namespace theory
+} // namespace CVC5
#endif /* CVC4__THEORY__REP_SET_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback