mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4683 clang-format on all files in ApplicationCode
This commit is contained in:
@@ -24,10 +24,10 @@
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RivSourceInfo::RivSourceInfo(caf::PdmObject* pdmObject, size_t gridIndex)
|
||||
: RivObjectSourceInfo(pdmObject)
|
||||
, m_gridIndex(gridIndex)
|
||||
, m_cellSetType(ALL_CELLS)
|
||||
RivSourceInfo::RivSourceInfo( caf::PdmObject* pdmObject, size_t gridIndex )
|
||||
: RivObjectSourceInfo( pdmObject )
|
||||
, m_gridIndex( gridIndex )
|
||||
, m_cellSetType( ALL_CELLS )
|
||||
{
|
||||
}
|
||||
|
||||
@@ -66,7 +66,7 @@ RivCellSetEnum RivSourceInfo::cellSetType() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RivSourceInfo::setCellSetType(RivCellSetEnum cellSetEnum)
|
||||
void RivSourceInfo::setCellSetType( RivCellSetEnum cellSetEnum )
|
||||
{
|
||||
m_cellSetType = cellSetEnum;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user