Merge pull request #3230 from GitPaean/aquifer_keyowrds_supported

removing numerical aquifer keywords from unsupported keyword list
This commit is contained in:
Joakim Hove
2021-05-11 07:22:55 +02:00
committed by GitHub

View File

@@ -81,12 +81,10 @@ const Opm::KeywordValidation::UnsupportedKeywords unsupported_keywords = {
{"AQUALIST", {false, std::nullopt}},
{"AQUCHGAS", {false, std::nullopt}},
{"AQUCHWAT", {false, std::nullopt}},
{"AQUCON", {false, std::nullopt}},
{"AQUCWFAC", {false, std::nullopt}},
{"AQUFET", {false, std::nullopt}},
{"AQUFLUX", {false, std::nullopt}},
{"AQUNNC", {false, std::nullopt}},
{"AQUNUM", {false, std::nullopt}},
{"AUTOCOAR", {false, std::nullopt}},
{"AUTOREF", {false, std::nullopt}},
{"BIGMODEL", {false, std::nullopt}},