Bugfix: nCyclicPatches is a label
This commit is contained in:
parent
6ddddd9a96
commit
c76fd00001
1 changed files with 2 additions and 2 deletions
|
@ -125,10 +125,10 @@ class PointEdgeWave
|
|||
label nChangedEdges_;
|
||||
|
||||
//- Number of cyclic patches
|
||||
bool nCyclicPatches_;
|
||||
label nCyclicPatches_;
|
||||
|
||||
//- Number of cyclic patches
|
||||
bool nGgiPatches_;
|
||||
label nGgiPatches_;
|
||||
|
||||
//- For every cyclic patch two primitivePatches
|
||||
PtrList<primitivePatch> cycHalves_;
|
||||
|
|
Reference in a new issue