Skip to content

Commit

Permalink
adding ZMF to FieldProps
Browse files Browse the repository at this point in the history
  • Loading branch information
GitPaean committed Oct 1, 2024
1 parent b45a149 commit 11f5e07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opm/input/eclipse/EclipseState/Grid/FieldProps.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ static const std::unordered_map<std::string, keyword_info<double>> double_keywor
};

static const std::unordered_map<std::string, keyword_info<double>> composition_keywords = {{"XMF", keyword_info<double>{}},
{"YMF", keyword_info<double>{}}
{"YMF", keyword_info<double>{}},
{"ZMF", keyword_info<double>{}}
};
}

Expand Down

0 comments on commit 11f5e07

Please sign in to comment.