From 9ffd7aed3f327a84b16e55c1a95fb5263873e1f8 Mon Sep 17 00:00:00 2001 From: Andrew Heather Date: Wed, 14 Dec 2016 08:31:03 +0000 Subject: [PATCH] BUG: Tutorial update - see #336 --- tutorials/basic/potentialFoam/cylinder/Allrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/basic/potentialFoam/cylinder/Allrun b/tutorials/basic/potentialFoam/cylinder/Allrun index ad39e41c0a..6e5e8f42de 100755 --- a/tutorials/basic/potentialFoam/cylinder/Allrun +++ b/tutorials/basic/potentialFoam/cylinder/Allrun @@ -7,6 +7,6 @@ cd ${0%/*} || exit 1 # Run from this directory restore0Dir runApplication blockMesh runApplication $(getApplication) -withFunctionObjects -writePhi -writep -runApplication streamFunction +runApplication postProcess -func streamFunction #------------------------------------------------------------------------------