removing numerical aquifer keywords from unsupported list

AQUNUM, AQUCON
This commit is contained in:
Kai Bao 2021-05-10 22:48:56 +02:00
parent 6b02180ca3
commit 2d24abb630

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}},