Merge pull request #963 from tskille/EclFile

EclFile - improved ascii read efficiency
This commit is contained in:
Joakim Hove
2019-08-23 11:16:03 +02:00
committed by GitHub
2 changed files with 220 additions and 174 deletions

View File

@@ -106,7 +106,9 @@ protected:
private:
std::vector<bool> arrayLoaded;
void loadArray(std::fstream& fileH, int arrIndex);
void loadBinaryArray(std::fstream& fileH, std::size_t arrIndex);
void loadFormattedArray(const std::string& fileStr, std::size_t arrIndex, long int fromPos);
};
}} // namespace Opm::EclIO