mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
CMake : Improve handling of compiler flags (#8486)
#8478 Code cleanup to fix some warnings Several adjustments to improve the specification and usage of compile flags.
This commit is contained in:
@@ -253,7 +253,7 @@ std::vector<RimSummaryCase*> RimEnsembleStatisticsCase::validSummaryCases( const
|
||||
}
|
||||
}
|
||||
|
||||
for ( const auto [sumCase, lastTimeStep] : times )
|
||||
for ( const auto& [sumCase, lastTimeStep] : times )
|
||||
{
|
||||
// Previous versions tested on identical first time step, this test is now removed. For large simulations with
|
||||
// numerical issues the first time step can be slightly different
|
||||
|
||||
Reference in New Issue
Block a user