diff --git a/src/OpenFOAM/meshes/meshShapes/cellShape/cellShape.H b/src/OpenFOAM/meshes/meshShapes/cellShape/cellShape.H index efb3d2020..3590ec400 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellShape/cellShape.H +++ b/src/OpenFOAM/meshes/meshShapes/cellShape/cellShape.H @@ -109,7 +109,10 @@ public: inline const cellModel& model() const; //- Mesh face labels of this cell (in order of model) - inline labelList meshFaces(const faceList& allFaces, const cell&) const; + inline labelList meshFaces + ( + const faceList& allFaces, const cell& + ) const; //- Mesh edge labels of this cell (in order of model) inline labelList meshEdges