From 5e99c7bac54c85ae93babf825187247620968938 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 22 Jun 2010 17:13:42 +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 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_; -- 2.11.4.GIT