mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5101 clang-format: Allow short functions on a single line
Use AllowShortFunctionsOnASingleLine: InlineOnly
This commit is contained in:
@@ -79,21 +79,12 @@ public:
|
||||
void setEclipseCase( RimEclipseCase* eclipseCase );
|
||||
RimEclipseCase* eclipseCase() const;
|
||||
|
||||
RiaDefines::ResultCatType resultType() const
|
||||
{
|
||||
return m_resultType();
|
||||
}
|
||||
RiaDefines::ResultCatType resultType() const { return m_resultType(); }
|
||||
void setResultType( RiaDefines::ResultCatType val );
|
||||
RiaDefines::PorosityModelType porosityModel() const
|
||||
{
|
||||
return m_porosityModel();
|
||||
}
|
||||
void setPorosityModel( RiaDefines::PorosityModelType val );
|
||||
QString resultVariable() const
|
||||
{
|
||||
return m_resultVariable();
|
||||
}
|
||||
virtual void setResultVariable( const QString& val );
|
||||
RiaDefines::PorosityModelType porosityModel() const { return m_porosityModel(); }
|
||||
void setPorosityModel( RiaDefines::PorosityModelType val );
|
||||
QString resultVariable() const { return m_resultVariable(); }
|
||||
virtual void setResultVariable( const QString& val );
|
||||
|
||||
void setFlowSolution( RimFlowDiagSolution* flowSol );
|
||||
RimFlowDiagSolution* flowDiagSolution() const;
|
||||
|
||||
Reference in New Issue
Block a user