BUG: PointEdgeWave : n cyclics bool instead of label

This commit is contained in:
mattijs
2010-06-22 17:20:58 +01:00
parent 397dad7e8e
commit c3680028e9

View File

@ -125,7 +125,7 @@ class PointEdgeWave
label nChangedEdges_;
//- Number of cyclic patches
bool nCyclicPatches_;
label nCyclicPatches_;
//- For every cyclic patch two primitivePatches
PtrList<primitivePatch> cycHalves_;