mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8558 Use both conditions to disable use of start of simulation
GeoMech cases require this test condition
This commit is contained in:
parent
ee888237f3
commit
cbaaabf67e
@ -202,6 +202,7 @@ void RifEclipseOutputFileTools::timeSteps( const ecl_file_type* ecl_file,
|
|||||||
// See https://github.com/OPM/ResInsight/issues/4850
|
// See https://github.com/OPM/ResInsight/issues/4850
|
||||||
// https://github.com/OPM/ResInsight/issues/8558
|
// https://github.com/OPM/ResInsight/issues/8558
|
||||||
if ( uniqueDays.size() == uniqueDayValues.size() ) useStartOfSimulationDate = false;
|
if ( uniqueDays.size() == uniqueDayValues.size() ) useStartOfSimulationDate = false;
|
||||||
|
if ( uniqueDays.size() == dayValues.size() ) useStartOfSimulationDate = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::set<QDateTime> existingTimesteps;
|
std::set<QDateTime> existingTimesteps;
|
||||||
|
Loading…
Reference in New Issue
Block a user