#8143 Performance: Avoid parsing grid GRDECL file twice

Previous implementation parsed grid file twice both for geometry data and properties.
This commit is contained in:
Magne Sjaastad
2021-10-21 13:13:01 +02:00
parent 9940b4ea50
commit 6b13a31349
10 changed files with 135 additions and 39 deletions

View File

@@ -20,14 +20,7 @@
#include "RifReaderInterface.h"
class RifEclipseKeywordContent
{
public:
std::string keyword;
std::string content;
std::vector<float> values;
size_t offset;
};
class RifEclipseKeywordContent;
//==================================================================================================
//