summaryrefslogtreecommitdiff
path: root/src/api/checks.h
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-01 09:56:14 -0700
committerGitHub <noreply@github.com>2021-04-01 16:56:14 +0000
commit05a53a2ac405bcd18a84024247145f161809c3b0 (patch)
tree34241c0a82f79d717ddbfbb0c294f9a09c7edb0c /src/api/checks.h
parentafaf4413775ff7d6054a5893f1397ad908e0773c (diff)
Rename namespace CVC5 to cvc5. (#6258)
Diffstat (limited to 'src/api/checks.h')
-rw-r--r--src/api/checks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/checks.h b/src/api/checks.h
index 4686c0694..175388bf4 100644
--- a/src/api/checks.h
+++ b/src/api/checks.h
@@ -528,7 +528,7 @@ namespace api {
this == bv.d_solver, "bound variable", bound_vars, i) \
<< "a term associated with this solver object"; \
CVC4_API_ARG_AT_INDEX_CHECK_EXPECTED( \
- bv.d_node->getKind() == CVC5::Kind::BOUND_VARIABLE, \
+ bv.d_node->getKind() == cvc5::Kind::BOUND_VARIABLE, \
"bound variable", \
bound_vars, \
i) \
@@ -560,7 +560,7 @@ namespace api {
this == bv.d_solver, "bound variable", bound_vars, i) \
<< "a term associated with this solver object"; \
CVC4_API_ARG_AT_INDEX_CHECK_EXPECTED( \
- bv.d_node->getKind() == CVC5::Kind::BOUND_VARIABLE, \
+ bv.d_node->getKind() == cvc5::Kind::BOUND_VARIABLE, \
"bound variable", \
bound_vars, \
i) \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback