Inspect Array Element to Decide When to Apply TRAN? Keyword

This commit is contained in:
Bård Skaflestad 2023-08-17 09:37:53 +02:00
parent b666494025
commit 5031647712

View File

@ -663,7 +663,7 @@ updateFromEclState_(bool global)
for (auto it = trans.begin(); it != trans.end(); ++it, ++key, ++perform)
{
if(perform)
if(*perform)
fp->apply_tran(*key, *it);
}