From e14ad6f1fc0381b905daec28b60c8cf029f35d44 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Wed, 14 Jun 2017 12:28:33 +0100 Subject: [PATCH] BUG: mixerVessel: replace foamInfoExec with foamListTimes --- tutorials/mesh/foamyHexMesh/mixerVessel/Allrun-pre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/mesh/foamyHexMesh/mixerVessel/Allrun-pre b/tutorials/mesh/foamyHexMesh/mixerVessel/Allrun-pre index e2508db1925..21c5d3f1998 100755 --- a/tutorials/mesh/foamyHexMesh/mixerVessel/Allrun-pre +++ b/tutorials/mesh/foamyHexMesh/mixerVessel/Allrun-pre @@ -71,7 +71,7 @@ runParallel checkMesh -allTopology -allGeometry -latestTime # Copy the mesh from the latest time folder into polyMesh and delete that # latest time folder -latestTime=$(foamInfoExec -case processor0 -latestTime) +latestTime=$(foamListTimes -latestTime -processor) if [ "$latestTime" != "constant" ] && [ -d processor0/$latestTime/polyMesh ] then runApplication reconstructParMesh -latestTime -- GitLab