From f2450f0697b021a0e5631b65591727e7c8fd58fb Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 30 Oct 2021 22:45:48 +0200 Subject: [PATCH] Corrected mesh path --- .../SinglePhase_2DSphericalExplosion_unstructured.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreFlows/examples/Python/SinglePhase/SinglePhase_2DSphericalExplosion_unstructured.py b/CoreFlows/examples/Python/SinglePhase/SinglePhase_2DSphericalExplosion_unstructured.py index ff95511..9878f5c 100755 --- a/CoreFlows/examples/Python/SinglePhase/SinglePhase_2DSphericalExplosion_unstructured.py +++ b/CoreFlows/examples/Python/SinglePhase/SinglePhase_2DSphericalExplosion_unstructured.py @@ -7,7 +7,7 @@ import CoreFlows as cf def SinglePhase_2DSphericalExplosion_unstructured(): - inputfile="./resources/BoxWithMeshWithTriangularCells"; + inputfile="../resources/BoxWithMeshWithTriangularCells"; fieldName="Initial variables for spherical explosion"; spaceDim=2 -- 2.39.2