Formatting
This commit is contained in:
parent
18326cef69
commit
81be940c8d
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue