Formatting

This commit is contained in:
Hrvoje Jasak 2013-04-10 17:24:59 +01:00
parent 18326cef69
commit 81be940c8d

View file

@ -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