Fixed #1229 Handle reading of invalid summary file

This commit is contained in:
Magne Sjaastad
2017-02-16 11:09:21 +01:00
parent f323aa05e4
commit 3b4fec6196
2 changed files with 32 additions and 29 deletions

View File

@@ -64,8 +64,8 @@ private:
typedef struct ecl_sum_struct ecl_sum_type;
typedef struct ecl_smspec_struct ecl_smspec_type;
ecl_sum_type* ecl_sum;
const ecl_smspec_type * eclSmSpec;
ecl_sum_type* m_ecl_sum;
const ecl_smspec_type * m_ecl_SmSpec;
std::vector<time_t> m_timeSteps;
std::vector<RifEclipseSummaryAddress> m_allResultAddresses;