Bugfix: nCyclicPatches is a label

This commit is contained in:
Hrvoje Jasak 2018-12-04 10:41:27 +00:00
parent 6ddddd9a96
commit c76fd00001

View file

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