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:
@@ -35,14 +35,14 @@
|
||||
class RivSourceInfo : public RivObjectSourceInfo
|
||||
{
|
||||
public:
|
||||
explicit RivSourceInfo(caf::PdmObject* pdmObject, size_t gridIndex);
|
||||
explicit RivSourceInfo( caf::PdmObject* pdmObject, size_t gridIndex );
|
||||
|
||||
size_t gridIndex() const;
|
||||
bool hasCellFaceMapping() const;
|
||||
bool hasNNCIndices() const;
|
||||
|
||||
RivCellSetEnum cellSetType() const;
|
||||
void setCellSetType(RivCellSetEnum cellSetType);
|
||||
void setCellSetType( RivCellSetEnum cellSetType );
|
||||
|
||||
public:
|
||||
cvf::cref<cvf::StuctGridTriangleToCellFaceMapper> m_cellFaceFromTriangleMapper;
|
||||
|
||||
Reference in New Issue
Block a user