#8130 Import Input Eclipse Grid: Fix missing return statement

This commit is contained in:
Magne Sjaastad 2021-10-14 07:41:41 +02:00
parent c33f33d995
commit c3e60dbc6f

View File

@ -131,6 +131,8 @@ const std::vector<QString>& RifEclipseInputPropertyLoader::invalidPropertyDataKe
static std::vector<QString> keywords =
{ "COORD", "ZCORN", "SPECGRID", "MAPAXES", "NOECHO", "ECHO", "MAPUNITS", "GRIDUNIT", "GDORIENT", "INC", "DEC", "FAULTS" };
return keywords;
}
//--------------------------------------------------------------------------------------------------