From c3680028e9667324cf51156a3c66a849080c7678 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 22 Jun 2010 17:20:58 +0100 Subject: [PATCH] BUG: PointEdgeWave : n cyclics bool instead of label --- src/meshTools/PointEdgeWave/PointEdgeWave.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshTools/PointEdgeWave/PointEdgeWave.H b/src/meshTools/PointEdgeWave/PointEdgeWave.H index 2164ae1da1..1a8c7984ae 100644 --- a/src/meshTools/PointEdgeWave/PointEdgeWave.H +++ b/src/meshTools/PointEdgeWave/PointEdgeWave.H @@ -125,7 +125,7 @@ class PointEdgeWave label nChangedEdges_; //- Number of cyclic patches - bool nCyclicPatches_; + label nCyclicPatches_; //- For every cyclic patch two primitivePatches PtrList cycHalves_;