UDQ error test - use correct well variablec

This commit is contained in:
Joakim Hove
2019-05-27 09:44:14 +02:00
parent 8e87ffc7da
commit 4439882402

View File

@@ -945,7 +945,7 @@ BOOST_AUTO_TEST_CASE(UDQPARSE_PARSECONTEXT) {
UDQDefine def1(udqp, "WUBHP", tokens, parseContext, errors);
SummaryState st;
UDQContext context(UDQFunctionTable(udqp), st);
st.update_well_var("P1", "WOPR", 1);
st.update_well_var("P1", "WBHP", 1);
printf("Have returned with def1 \n");
auto res = def1.eval_wells(context);