summaryrefslogtreecommitdiff
path: root/src/theory/arith/nonlinear_extension.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nonlinear_extension.cpp')
-rw-r--r--src/theory/arith/nonlinear_extension.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/nonlinear_extension.cpp b/src/theory/arith/nonlinear_extension.cpp
index 94c925131..2d530d602 100644
--- a/src/theory/arith/nonlinear_extension.cpp
+++ b/src/theory/arith/nonlinear_extension.cpp
@@ -645,7 +645,7 @@ void NonlinearExtension::getAssertions(std::vector<Node>& assertions)
{
nassertions++;
const Assertion& assertion = *it;
- Node lit = assertion.assertion;
+ Node lit = assertion.d_assertion;
init_assertions.insert(lit);
// check for concrete bounds
bool pol = lit.getKind() != NOT;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback