Merge pull request #4801 from bska/skip-needless-work

Inspect Array Element to Decide When to Apply TRAN? Keyword
This commit is contained in:
Markus Blatt 2023-08-17 11:09:50 +02:00 committed by GitHub
commit 7419a6ff65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);
}