Make WTEST more robust

Only open wells that are solvable, operable and economical
This commit is contained in:
Tor Harald Sandve
2021-08-24 09:00:06 +02:00
parent edb2c4abb2
commit c790b14753
4 changed files with 37 additions and 136 deletions

View File

@@ -273,7 +273,7 @@ partiallySupported()
{
"WTEST",
{
{3,{false, allow_values<std::string> {"E", ""}, "WTEST(TEST): only the E (economic) option is currently supported will continue"}}, // REASON
{3,{false, allow_values<std::string> {"E", "P", ""}, "WTEST(TEST): only the E (economic) and P (physical) option is currently supported will continue"}}, // REASON
},
},
};