From 05a53a2ac405bcd18a84024247145f161809c3b0 Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Thu, 1 Apr 2021 09:56:14 -0700 Subject: Rename namespace CVC5 to cvc5. (#6258) --- src/preprocessing/passes/real_to_int.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/preprocessing/passes/real_to_int.h') 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 */ -- cgit v1.2.3