summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/ackermann.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/ackermann.h')
-rw-r--r--src/preprocessing/passes/ackermann.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preprocessing/passes/ackermann.h b/src/preprocessing/passes/ackermann.h
index f74d8cb27..e177b4270 100644
--- a/src/preprocessing/passes/ackermann.h
+++ b/src/preprocessing/passes/ackermann.h
@@ -33,7 +33,7 @@
#include "theory/logic_info.h"
#include "theory/substitutions.h"
-namespace CVC4 {
+namespace CVC5 {
namespace preprocessing {
namespace passes {
@@ -82,6 +82,6 @@ class Ackermann : public PreprocessingPass
} // namespace passes
} // namespace preprocessing
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__PREPROCESSING__PASSES__ACKERMANN_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback