summaryrefslogtreecommitdiff
path: root/src/expr/term_context_node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/term_context_node.cpp')
-rw-r--r--src/expr/term_context_node.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/term_context_node.cpp b/src/expr/term_context_node.cpp
index 1afc599d2..564459d37 100644
--- a/src/expr/term_context_node.cpp
+++ b/src/expr/term_context_node.cpp
@@ -16,7 +16,7 @@
#include "expr/term_context.h"
-namespace CVC5 {
+namespace cvc5 {
TCtxNode::TCtxNode(Node n, const TermContext* tctx)
: d_node(n), d_val(tctx->initialValue()), d_tctx(tctx)
@@ -73,4 +73,4 @@ Node TCtxNode::decomposeNodeHash(Node h, uint32_t& val)
return h[0];
}
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback