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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user