mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-09 23:16:00 -06:00
#1727 Summary plot: Clear time steps list on summary file open method
This commit is contained in:
parent
a63b9611de
commit
7ecf21c402
@ -69,6 +69,7 @@ bool RifReaderEclipseSummary::open(const std::string& headerFileName, const std:
|
||||
|
||||
if (m_ecl_sum)
|
||||
{
|
||||
m_timeSteps.clear();
|
||||
m_ecl_SmSpec = ecl_sum_get_smspec(m_ecl_sum);
|
||||
|
||||
for ( int time_index = 0; time_index < timeStepCount(); time_index++ )
|
||||
|
Loading…
Reference in New Issue
Block a user