Enable ROCKNUM in FieldProps
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user