Skip to content

Commit

Permalink
#2434. Ignore NOECHO keyword in grdecl files
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjørn Erik Jensen committed Feb 5, 2018
1 parent 082b822 commit 0dff40f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ApplicationCode/FileInterface/RifEclipseInputFileTools.cpp
Expand Up @@ -440,6 +440,7 @@ const std::vector<QString>& RifEclipseInputFileTools::invalidPropertyDataKeyword
keywords.push_back("ZCORN");
keywords.push_back("SPECGRID");
keywords.push_back("MAPAXES");
keywords.push_back("NOECHO");

keywords.push_back(faultsKeyword);

Expand Down

0 comments on commit 0dff40f

Please sign in to comment.