summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/bv_to_bool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/bv_to_bool.cpp')
-rw-r--r--src/preprocessing/passes/bv_to_bool.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/preprocessing/passes/bv_to_bool.cpp b/src/preprocessing/passes/bv_to_bool.cpp
index 5153f3b7f..9f219e7a4 100644
--- a/src/preprocessing/passes/bv_to_bool.cpp
+++ b/src/preprocessing/passes/bv_to_bool.cpp
@@ -30,12 +30,12 @@
#include "theory/rewriter.h"
#include "theory/theory.h"
-namespace CVC5 {
+namespace cvc5 {
namespace preprocessing {
namespace passes {
using namespace std;
-using namespace CVC5::theory;
+using namespace cvc5::theory;
BVToBool::BVToBool(PreprocessingPassContext* preprocContext)
: PreprocessingPass(preprocContext, "bv-to-bool"),
@@ -310,4 +310,4 @@ BVToBool::Statistics::~Statistics()
} // passes
} // Preprocessing
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback