Comments
This commit is contained in:
parent
f6b896db76
commit
e42b41bea9
1 changed files with 6 additions and 3 deletions
|
@ -119,10 +119,13 @@ private:
|
|||
|
||||
// Private member functions
|
||||
|
||||
//- Find amongst selected faces the one with the largest area
|
||||
static label findMaxArea(const pointField&, const faceList&);
|
||||
// Geometry
|
||||
|
||||
void calcTransforms();
|
||||
//- Find amongst selected faces the one with the largest area
|
||||
static label findMaxArea(const pointField&, const faceList&);
|
||||
|
||||
//- Force calculation of transformation tensors
|
||||
virtual void calcTransforms();
|
||||
|
||||
|
||||
// Face ordering
|
||||
|
|
Reference in a new issue