#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

@@ -497,7 +497,7 @@ std::vector<CorrelationMatrixRowOrColumn<ValueType, KeyType>>
//--------------------------------------------------------------------------------------------------
void RimCorrelationMatrixPlot::createMatrix()
{
time_t selectedTimestep = m_timeStep().toTime_t();
time_t selectedTimestep = m_timeStep().toSecsSinceEpoch();
m_paramLabels.clear();
m_resultLabels.clear();