summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/real_to_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/real_to_int.h')
-rw-r--r--src/preprocessing/passes/real_to_int.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/preprocessing/passes/real_to_int.h b/src/preprocessing/passes/real_to_int.h
index d961f10f2..3ee0e45d0 100644
--- a/src/preprocessing/passes/real_to_int.h
+++ b/src/preprocessing/passes/real_to_int.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__PREPROCESSING__PASSES__REAL_TO_INT_H
-#define CVC4__PREPROCESSING__PASSES__REAL_TO_INT_H
+#ifndef CVC5__PREPROCESSING__PASSES__REAL_TO_INT_H
+#define CVC5__PREPROCESSING__PASSES__REAL_TO_INT_H
#include <vector>
@@ -47,4 +47,4 @@ class RealToInt : public PreprocessingPass
} // namespace preprocessing
} // namespace cvc5
-#endif /* CVC4__PREPROCESSING__PASSES__REAL_TO_INT_H */
+#endif /* CVC5__PREPROCESSING__PASSES__REAL_TO_INT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback