mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed #1229 Handle reading of invalid summary file
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user