mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-format : Set AllowAllParametersOfDeclarationOnNextLine to false
This commit is contained in:
@@ -519,8 +519,10 @@ std::map<std::string, std::vector<std::string>>
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RigFemScalarResultFrames* RigFemPartResultsCollection::calculateBarConvertedResult(
|
||||
int partIndex, const RigFemResultAddress& convertedResultAddr, const std::string& fieldNameToConvert )
|
||||
RigFemScalarResultFrames*
|
||||
RigFemPartResultsCollection::calculateBarConvertedResult( int partIndex,
|
||||
const RigFemResultAddress& convertedResultAddr,
|
||||
const std::string& fieldNameToConvert )
|
||||
{
|
||||
caf::ProgressInfo frameCountProgress( this->frameCount() * 2, "" );
|
||||
frameCountProgress.setProgressDescription(
|
||||
|
||||
Reference in New Issue
Block a user