mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8130 Import Input Eclipse Grid: Fix missing return statement
This commit is contained in:
parent
c33f33d995
commit
c3e60dbc6f
@ -131,6 +131,8 @@ const std::vector<QString>& RifEclipseInputPropertyLoader::invalidPropertyDataKe
|
|||||||
|
|
||||||
static std::vector<QString> keywords =
|
static std::vector<QString> keywords =
|
||||||
{ "COORD", "ZCORN", "SPECGRID", "MAPAXES", "NOECHO", "ECHO", "MAPUNITS", "GRIDUNIT", "GDORIENT", "INC", "DEC", "FAULTS" };
|
{ "COORD", "ZCORN", "SPECGRID", "MAPAXES", "NOECHO", "ECHO", "MAPUNITS", "GRIDUNIT", "GDORIENT", "INC", "DEC", "FAULTS" };
|
||||||
|
|
||||||
|
return keywords;
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user