summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_solver_simple.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bv_solver_simple.cpp')
-rw-r--r--src/theory/bv/bv_solver_simple.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/bv/bv_solver_simple.cpp b/src/theory/bv/bv_solver_simple.cpp
index 65d46e861..c96e8d0bc 100644
--- a/src/theory/bv/bv_solver_simple.cpp
+++ b/src/theory/bv/bv_solver_simple.cpp
@@ -20,7 +20,7 @@
#include "theory/bv/theory_bv_utils.h"
#include "theory/theory_model.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace bv {
@@ -151,4 +151,4 @@ bool BVSolverSimple::collectModelValues(TheoryModel* m,
} // namespace bv
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback