mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Merge pull request #3155 from alfbr/supported
Removed four supported keywords
This commit is contained in:
@@ -96,7 +96,6 @@ const Opm::KeywordValidation::UnsupportedKeywords unsupported_keywords = {
|
|||||||
{"BOUNDARY", {false, std::nullopt}},
|
{"BOUNDARY", {false, std::nullopt}},
|
||||||
{"BPARA", {false, std::nullopt}},
|
{"BPARA", {false, std::nullopt}},
|
||||||
{"BPIDIMS", {false, std::nullopt}},
|
{"BPIDIMS", {false, std::nullopt}},
|
||||||
{"BRANPROP", {false, std::nullopt}},
|
|
||||||
{"BTOBALFA", {false, std::nullopt}},
|
{"BTOBALFA", {false, std::nullopt}},
|
||||||
{"BTOBALFV", {false, std::nullopt}},
|
{"BTOBALFV", {false, std::nullopt}},
|
||||||
{"CALTRAC", {false, std::nullopt}},
|
{"CALTRAC", {false, std::nullopt}},
|
||||||
@@ -344,7 +343,6 @@ const Opm::KeywordValidation::UnsupportedKeywords unsupported_keywords = {
|
|||||||
{"IMPCVD", {false, std::nullopt}},
|
{"IMPCVD", {false, std::nullopt}},
|
||||||
{"IMPES", {false, std::nullopt}},
|
{"IMPES", {false, std::nullopt}},
|
||||||
{"IMPLICIT", {false, std::nullopt}},
|
{"IMPLICIT", {false, std::nullopt}},
|
||||||
{"IMPORT", {false, std::nullopt}},
|
|
||||||
{"IMPTVD", {false, std::nullopt}},
|
{"IMPTVD", {false, std::nullopt}},
|
||||||
{"IMSPCVD", {false, std::nullopt}},
|
{"IMSPCVD", {false, std::nullopt}},
|
||||||
{"INSPEC", {false, std::nullopt}},
|
{"INSPEC", {false, std::nullopt}},
|
||||||
@@ -453,7 +451,6 @@ const Opm::KeywordValidation::UnsupportedKeywords unsupported_keywords = {
|
|||||||
{"NRSOUT", {false, std::nullopt}},
|
{"NRSOUT", {false, std::nullopt}},
|
||||||
{"NNEWTF", {false, std::nullopt}},
|
{"NNEWTF", {false, std::nullopt}},
|
||||||
{"NOCASC", {false, std::nullopt}},
|
{"NOCASC", {false, std::nullopt}},
|
||||||
{"NODEPROP", {false, std::nullopt}},
|
|
||||||
{"NOGGF", {false, std::nullopt}},
|
{"NOGGF", {false, std::nullopt}},
|
||||||
{"NOINSPEC", {false, std::nullopt}},
|
{"NOINSPEC", {false, std::nullopt}},
|
||||||
{"NLINEARS", {false, std::nullopt}},
|
{"NLINEARS", {false, std::nullopt}},
|
||||||
@@ -590,7 +587,6 @@ const Opm::KeywordValidation::UnsupportedKeywords unsupported_keywords = {
|
|||||||
{"PRTRST", {false, std::nullopt}},
|
{"PRTRST", {false, std::nullopt}},
|
||||||
{"RPTRUNSP", {false, std::nullopt}},
|
{"RPTRUNSP", {false, std::nullopt}},
|
||||||
{"RPTSMRY", {false, std::nullopt}},
|
{"RPTSMRY", {false, std::nullopt}},
|
||||||
{"RPTSOL", {false, std::nullopt}},
|
|
||||||
{"RSCONST", {false, std::nullopt}},
|
{"RSCONST", {false, std::nullopt}},
|
||||||
{"RSCONSTT", {false, std::nullopt}},
|
{"RSCONSTT", {false, std::nullopt}},
|
||||||
{"RSSPEC", {false, std::nullopt}},
|
{"RSSPEC", {false, std::nullopt}},
|
||||||
|
|||||||
Reference in New Issue
Block a user