Updated opm-common to latest

This commit is contained in:
Magne Sjaastad
2021-04-16 19:47:27 +02:00
parent 9cd36fab5b
commit 4c7c895b87
25 changed files with 540 additions and 149 deletions

View File

@@ -155,8 +155,7 @@ void RifOpmHdf5Summary::buildMetaData()
else
{
// Fallback to using opm-reader for time step data
std::vector<std::chrono::system_clock::time_point> timePoints;
timePoints = m_eSmry->dates();
auto timePoints = m_eSmry->dates();
for ( const auto& d : timePoints )
{