summaryrefslogtreecommitdiff
path: root/src/expr/term_context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/term_context.cpp')
-rw-r--r--src/expr/term_context.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/term_context.cpp b/src/expr/term_context.cpp
index 56c38a17c..883fa3e08 100644
--- a/src/expr/term_context.cpp
+++ b/src/expr/term_context.cpp
@@ -14,7 +14,7 @@
#include "expr/term_context.h"
-namespace CVC5 {
+namespace cvc5 {
uint32_t TermContext::computeValueOp(TNode t, uint32_t tval) const
{
@@ -132,4 +132,4 @@ void PolarityTermContext::getFlags(uint32_t val, bool& hasPol, bool& pol)
pol = val == 2;
}
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback