mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#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:
@@ -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;
|
||||
|
||||
//==================================================================================================
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user