From: mattijs Date: Tue, 22 Jun 2010 16:13:42 +0000 (+0100) Subject: BUG: PointEdgeWave : n cyclics bool instead of label X-Git-Url: https://repo.or.cz/w/OpenFOAM-1.6.x.git/commitdiff_plain/5e99c7bac54c85ae93babf825187247620968938 BUG: PointEdgeWave : n cyclics bool instead of label --- diff --git a/src/meshTools/PointEdgeWave/PointEdgeWave.H b/src/meshTools/PointEdgeWave/PointEdgeWave.H index c7c79e96..33b291a6 100644 --- a/src/meshTools/PointEdgeWave/PointEdgeWave.H +++ b/src/meshTools/PointEdgeWave/PointEdgeWave.H @@ -126,7 +126,7 @@ class PointEdgeWave label nChangedEdges_; //- Number of cyclic patches - bool nCyclicPatches_; + label nCyclicPatches_; //- For every cyclic patch two primitivePatches PtrList cycHalves_;