mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7403 Replace toTime_t with toSecsSinceEpoch
This commit is contained in:
@@ -171,7 +171,7 @@ double RimSimWellInViewTools::extractValueForTimeStep( RifSummaryReaderInterface
|
||||
auto [resampledTimeSteps, resampledValues] =
|
||||
RiaSummaryTools::resampledValuesForPeriod( addr, timeSteps, values, RiaQDateTimeTools::DateTimePeriod::DAY );
|
||||
|
||||
time_t currentTime_t = currentDate.toTime_t();
|
||||
time_t currentTime_t = currentDate.toSecsSinceEpoch();
|
||||
|
||||
for ( unsigned int i = 0; i < resampledTimeSteps.size(); i++ )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user