mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 05:37:21 -05:00
Fixes by clang-format
This commit is contained in:
@@ -73,7 +73,7 @@ bool RimEnsembleStatisticsCase::hasMeanData() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::pair<bool, std::vector<double>> RimEnsembleStatisticsCase::values( const RifEclipseSummaryAddress& resultAddress ) const
|
||||
{
|
||||
if ( resultAddress.isErrorResult() ) return std::make_pair(false, std::vector<double>{});
|
||||
if ( resultAddress.isErrorResult() ) return std::make_pair( false, std::vector<double>{} );
|
||||
|
||||
switch ( resultAddress.statisticsType() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user