BUG: Tutorial update - fixes #336

This commit is contained in:
Andrew Heather
2016-12-13 12:45:01 +00:00
parent 7063555abb
commit ad0338123a

View File

@ -7,6 +7,6 @@ cd ${0%/*} || exit 1 # Run from this directory
restore0Dir
runApplication blockMesh
runApplication $(getApplication) -writePhi -writep
runApplication streamFunction
runApplication postProcess -func streamFunction
#------------------------------------------------------------------------------