summaryrefslogtreecommitdiff
path: root/src/theory/sep/theory_sep_rewriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sep/theory_sep_rewriter.cpp')
-rw-r--r--src/theory/sep/theory_sep_rewriter.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/theory/sep/theory_sep_rewriter.cpp b/src/theory/sep/theory_sep_rewriter.cpp
index 9f34fa4b2..756a82bc1 100644
--- a/src/theory/sep/theory_sep_rewriter.cpp
+++ b/src/theory/sep/theory_sep_rewriter.cpp
@@ -20,7 +20,7 @@
#include "theory/quantifiers/quant_util.h"
#include "options/sep_options.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace sep {
@@ -164,6 +164,6 @@ RewriteResponse TheorySepRewriter::postRewrite(TNode node) {
return RewriteResponse(node==retNode ? REWRITE_DONE : REWRITE_AGAIN_FULL, retNode);
}
-}/* CVC4::theory::sep namespace */
-}/* CVC4::theory namespace */
-}/* CVC4 namespace */
+} // namespace sep
+} // namespace theory
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback