summaryrefslogtreecommitdiff
path: root/src/theory/arith/matrix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/matrix.cpp')
-rw-r--r--src/theory/arith/matrix.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/matrix.cpp b/src/theory/arith/matrix.cpp
index dd7f28228..f2ecc8e4c 100644
--- a/src/theory/arith/matrix.cpp
+++ b/src/theory/arith/matrix.cpp
@@ -18,7 +18,7 @@
#include "theory/arith/matrix.h"
using namespace std;
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace arith {
@@ -28,4 +28,4 @@ bool NoEffectCCCB::canUseRow(RowIndex ridx) const { return false; }
} // namespace arith
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback