From a7f9e38d5cff40d77ecac0f89ea1050975887aa8 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Wed, 1 May 2019 09:14:36 +0100 Subject: [PATCH] Change reconstruct zero option name --- tutorials/mesh/cfMesh/cartesianMesh/sawOctree/Allrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/mesh/cfMesh/cartesianMesh/sawOctree/Allrun b/tutorials/mesh/cfMesh/cartesianMesh/sawOctree/Allrun index 11b1fcaf8..e41175eac 100755 --- a/tutorials/mesh/cfMesh/cartesianMesh/sawOctree/Allrun +++ b/tutorials/mesh/cfMesh/cartesianMesh/sawOctree/Allrun @@ -9,5 +9,5 @@ if [ "$WM_PROJECT" = "OpenFOAM" ] then runApplication reconstructParMesh -constant -fullMatch else -runApplication reconstructParMesh -zeroTime +runApplication reconstructParMesh -withZero fi