summaryrefslogtreecommitdiff
path: root/src/theory/arrays/array_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arrays/array_info.cpp')
-rw-r--r--src/theory/arrays/array_info.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arrays/array_info.cpp b/src/theory/arrays/array_info.cpp
index 64e1d81c8..d88345f10 100644
--- a/src/theory/arrays/array_info.cpp
+++ b/src/theory/arrays/array_info.cpp
@@ -19,7 +19,7 @@
#include "smt/smt_statistics_registry.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace arrays {
@@ -519,4 +519,4 @@ void ArrayInfo::mergeInfo(const TNode a, const TNode b){
} // namespace arrays
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback