#7403 Replace toTime_t with toSecsSinceEpoch

This commit is contained in:
Magne Sjaastad
2021-02-22 07:55:37 +01:00
parent 1b91e4d344
commit b29952e8a9
16 changed files with 139 additions and 139 deletions

View File

@@ -238,7 +238,7 @@ void RimCorrelationPlot::updateAxes()
//--------------------------------------------------------------------------------------------------
void RimCorrelationPlot::addDataToChartBuilder( RiuGroupedBarChartBuilder& chartBuilder )
{
time_t selectedTimestep = m_timeStep().toTime_t();
time_t selectedTimestep = m_timeStep().toSecsSinceEpoch();
if ( ensembles().empty() ) return;
if ( addresses().empty() ) return;