summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/bv_eager_atoms.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/bv_eager_atoms.h')
-rw-r--r--src/preprocessing/passes/bv_eager_atoms.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preprocessing/passes/bv_eager_atoms.h b/src/preprocessing/passes/bv_eager_atoms.h
index 6fe17115e..a3c7a424a 100644
--- a/src/preprocessing/passes/bv_eager_atoms.h
+++ b/src/preprocessing/passes/bv_eager_atoms.h
@@ -22,7 +22,7 @@
#include "preprocessing/preprocessing_pass.h"
-namespace CVC4 {
+namespace CVC5 {
namespace preprocessing {
namespace passes {
@@ -38,6 +38,6 @@ class BvEagerAtoms : public PreprocessingPass
} // namespace passes
} // namespace preprocessing
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__PREPROCESSING__PASSES__BV_EAGER_ATOMS_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback