mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Updated opm-common to latest
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user