From 5fedd93b3db5f3a7bd821dad7b7e0f4c2beff1bf Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Fri, 11 Jul 2014 10:53:29 +0100
Subject: [PATCH] GIT: boundary: remove generated file

---
 .../constant/polyMesh/boundary                | 34 -------------------
 1 file changed, 34 deletions(-)
 delete mode 100644 tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/constant/polyMesh/boundary

diff --git a/tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/constant/polyMesh/boundary b/tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/constant/polyMesh/boundary
deleted file mode 100644
index 76c1ea53eba..00000000000
--- a/tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/constant/polyMesh/boundary
+++ /dev/null
@@ -1,34 +0,0 @@
-/*--------------------------------*- C++ -*----------------------------------*\
-| =========                 |                                                 |
-| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  2.3.0                                 |
-|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
-|    \\/     M anipulation  |                                                 |
-\*---------------------------------------------------------------------------*/
-FoamFile
-{
-    version     2.0;
-    format      ascii;
-    class       polyBoundaryMesh;
-    location    "constant/polyMesh";
-    object      boundary;
-}
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-2
-(
-    atmosphere
-    {
-        type            patch;
-        nFaces          1024;
-        startFace       93568;
-    }
-    walls
-    {
-        type            wall;
-        nFaces          5376;
-        startFace       94592;
-    }
-)
-
-// ************************************************************************* //
-- 
GitLab