From ff72ba14cb4239a9f9231fb3eafa86c9c106a3f2 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Thu, 4 Nov 2010 17:24:06 +0000 Subject: [PATCH] COMP: PointEdgeWave : missing curly --- src/meshTools/PointEdgeWave/PointEdgeWave.H | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meshTools/PointEdgeWave/PointEdgeWave.H b/src/meshTools/PointEdgeWave/PointEdgeWave.H index e6f50d1cb1c..9423fbbd71d 100644 --- a/src/meshTools/PointEdgeWave/PointEdgeWave.H +++ b/src/meshTools/PointEdgeWave/PointEdgeWave.H @@ -354,6 +354,7 @@ public: { x[i].updatePoint(y[i], PointEdgeWave<Type>::propagationTol()); } + } } }; -- GitLab