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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preprocessing/passes/real_to_int.h b/src/preprocessing/passes/real_to_int.h
index 5579e3faf..d961f10f2 100644
--- a/src/preprocessing/passes/real_to_int.h
+++ b/src/preprocessing/passes/real_to_int.h
@@ -24,7 +24,7 @@
#include "expr/node.h"
#include "preprocessing/preprocessing_pass.h"
-namespace CVC5 {
+namespace cvc5 {
namespace preprocessing {
namespace passes {
@@ -45,6 +45,6 @@ class RealToInt : public PreprocessingPass
} // namespace passes
} // namespace preprocessing
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__PREPROCESSING__PASSES__REAL_TO_INT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback