Enable ROCKNUM in FieldProps

This commit is contained in:
Joakim Hove
2019-11-28 15:14:31 +01:00
parent 8cd7481d14
commit 5cd4814de1
2 changed files with 2 additions and 2 deletions
@@ -56,7 +56,7 @@ void assert_field_properties(const EclipseGrid& grid, const FieldPropsManager& f
std::vector<std::string> int_keywords = {"FLUXNUM",
"MULTNUM",
"OPERNUM",
//"ROCKNUM",
"ROCKNUM",
//"ENDNUM",
"EQLNUM",
"FIPNUM",
@@ -80,7 +80,7 @@ static const std::set<std::string> int_keywords = {};
}
namespace REGIONS {
static const std::set<std::string> int_keywords = {"ENDNUM", "EQLNUM", "FIPNUM", "IMBNUM", "MISCNUM", "OPERNUM", "PVTNUM", "SATNUM"};
static const std::set<std::string> int_keywords = {"ENDNUM", "EQLNUM", "FIPNUM", "IMBNUM", "MISCNUM", "OPERNUM", "PVTNUM", "ROCKNUM", "SATNUM"};
}
namespace SOLUTION {