summaryrefslogtreecommitdiff
path: root/src/theory/arrays/theory_arrays_rewriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arrays/theory_arrays_rewriter.h')
-rw-r--r--src/theory/arrays/theory_arrays_rewriter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/theory/arrays/theory_arrays_rewriter.h b/src/theory/arrays/theory_arrays_rewriter.h
index 72cbdd475..114913ee7 100644
--- a/src/theory/arrays/theory_arrays_rewriter.h
+++ b/src/theory/arrays/theory_arrays_rewriter.h
@@ -27,7 +27,7 @@
#include "theory/theory_rewriter.h"
#include "theory/type_enumerator.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace arrays {
@@ -501,8 +501,8 @@ class TheoryArraysRewriter : public TheoryRewriter
}; /* class TheoryArraysRewriter */
-}/* CVC4::theory::arrays namespace */
-}/* CVC4::theory namespace */
-}/* CVC4 namespace */
+} // namespace arrays
+} // namespace theory
+} // namespace CVC5
#endif /* CVC4__THEORY__ARRAYS__THEORY_ARRAYS_REWRITER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback