From 89f826419a27407bf2f44446ff3e6fbfcc317274 Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Sun, 18 Jan 2015 21:11:54 +0000 Subject: [PATCH] Remove cyclic link in foamyHexMesh/mixerVessel tutorial Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1191 --- .../foamyHexMesh/mixerVessel/system/backgroundMeshDecomposition | 1 - .../system/backgroundMeshDecomposition/decomposeParDict | 1 + .../mixerVessel/system/backgroundMeshDecomposition/fvSchemes | 1 + .../mixerVessel/system/backgroundMeshDecomposition/fvSolution | 1 + .../mesh/foamyHexMesh/mixerVessel/system/cellShapeControlMesh | 1 - 5 files changed, 3 insertions(+), 2 deletions(-) delete mode 120000 tutorials/mesh/foamyHexMesh/mixerVessel/system/backgroundMeshDecomposition create mode 120000 tutorials/mesh/foamyHexMesh/mixerVessel/system/backgroundMeshDecomposition/decomposeParDict create mode 120000 tutorials/mesh/foamyHexMesh/mixerVessel/system/backgroundMeshDecomposition/fvSchemes create mode 120000 tutorials/mesh/foamyHexMesh/mixerVessel/system/backgroundMeshDecomposition/fvSolution delete mode 120000 tutorials/mesh/foamyHexMesh/mixerVessel/system/cellShapeControlMesh diff --git a/tutorials/mesh/foamyHexMesh/mixerVessel/system/backgroundMeshDecomposition b/tutorials/mesh/foamyHexMesh/mixerVessel/system/backgroundMeshDecomposition deleted file mode 120000 index 945c9b46d68..00000000000 --- a/tutorials/mesh/foamyHexMesh/mixerVessel/system/backgroundMeshDecomposition +++ /dev/null @@ -1 +0,0 @@ -. \ No newline at end of file diff --git a/tutorials/mesh/foamyHexMesh/mixerVessel/system/backgroundMeshDecomposition/decomposeParDict b/tutorials/mesh/foamyHexMesh/mixerVessel/system/backgroundMeshDecomposition/decomposeParDict new file mode 120000 index 00000000000..46638e60f61 --- /dev/null +++ b/tutorials/mesh/foamyHexMesh/mixerVessel/system/backgroundMeshDecomposition/decomposeParDict @@ -0,0 +1 @@ +../decomposeParDict \ No newline at end of file diff --git a/tutorials/mesh/foamyHexMesh/mixerVessel/system/backgroundMeshDecomposition/fvSchemes b/tutorials/mesh/foamyHexMesh/mixerVessel/system/backgroundMeshDecomposition/fvSchemes new file mode 120000 index 00000000000..288d536c8b0 --- /dev/null +++ b/tutorials/mesh/foamyHexMesh/mixerVessel/system/backgroundMeshDecomposition/fvSchemes @@ -0,0 +1 @@ +../fvSchemes \ No newline at end of file diff --git a/tutorials/mesh/foamyHexMesh/mixerVessel/system/backgroundMeshDecomposition/fvSolution b/tutorials/mesh/foamyHexMesh/mixerVessel/system/backgroundMeshDecomposition/fvSolution new file mode 120000 index 00000000000..4a4e96ba76f --- /dev/null +++ b/tutorials/mesh/foamyHexMesh/mixerVessel/system/backgroundMeshDecomposition/fvSolution @@ -0,0 +1 @@ +../fvSolution \ No newline at end of file diff --git a/tutorials/mesh/foamyHexMesh/mixerVessel/system/cellShapeControlMesh b/tutorials/mesh/foamyHexMesh/mixerVessel/system/cellShapeControlMesh deleted file mode 120000 index 945c9b46d68..00000000000 --- a/tutorials/mesh/foamyHexMesh/mixerVessel/system/cellShapeControlMesh +++ /dev/null @@ -1 +0,0 @@ -. \ No newline at end of file -- GitLab