forked from OPM/opm-common
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Permit Operating on Defaulted MULT* Arrays
The existence checks introduced in commit 90be095 (PR OPM#4109) turned out to be a little too restrictive. Recent experience suggests that we need to permit array operations like ADD or MULTIPLY on the MULT* arrays (MULT[XYZ] and MULT[XYZ]-) even if these arrays have not yet been explicitly defined in the input deck. This commit re-enables those array operations for property arrays whose 'multiplier' flag is 'true'.
- Loading branch information
Showing
2 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters