summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_solver_lazy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bv_solver_lazy.cpp')
-rw-r--r--src/theory/bv/bv_solver_lazy.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/bv/bv_solver_lazy.cpp b/src/theory/bv/bv_solver_lazy.cpp
index ed71fccbe..00190233c 100644
--- a/src/theory/bv/bv_solver_lazy.cpp
+++ b/src/theory/bv/bv_solver_lazy.cpp
@@ -32,9 +32,9 @@
#include "theory/theory_model.h"
#include "theory/trust_substitutions.h"
-using namespace CVC5::theory::bv::utils;
+using namespace cvc5::theory::bv::utils;
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace bv {
@@ -828,4 +828,4 @@ void BVSolverLazy::setConflict(Node conflict)
} // namespace bv
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback