From ddb312a279dab6f4e07cc4a2a8360657098b1c27 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Tue, 29 Sep 2009 20:37:23 +0100
Subject: [PATCH] made entry optional

---
 .../incompressible/pimpleDyMFoam/movingCone/0/pointMotionUx     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorials/incompressible/pimpleDyMFoam/movingCone/0/pointMotionUx b/tutorials/incompressible/pimpleDyMFoam/movingCone/0/pointMotionUx
index eecd57c2c0d..ebad161cb50 100644
--- a/tutorials/incompressible/pimpleDyMFoam/movingCone/0/pointMotionUx
+++ b/tutorials/incompressible/pimpleDyMFoam/movingCone/0/pointMotionUx
@@ -50,7 +50,7 @@ boundaryField
         projectDirection (0 1 0);
 
         //- -1 or component to knock out before doing projection
-        wedgePlane      -1;
+        //wedgePlane      -1;
 
         //- Points that should remain fixed
         //frozenPointsZone fixedPointsZone;
-- 
GitLab