From e34a6e7df02e87636c5a76a1ea5cb4209c4f7194 Mon Sep 17 00:00:00 2001 From: Kutalmis Bercin Date: Sat, 28 Dec 2019 10:33:45 +0000 Subject: [PATCH] TUT: change output tag 'hill' to more consistent 'bump' --- tutorials/incompressible/simpleFoam/bump2D/plot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/incompressible/simpleFoam/bump2D/plot b/tutorials/incompressible/simpleFoam/bump2D/plot index 52f8966b27..943aa78fc7 100755 --- a/tutorials/incompressible/simpleFoam/bump2D/plot +++ b/tutorials/incompressible/simpleFoam/bump2D/plot @@ -18,7 +18,7 @@ plotCf() { declare -a resultSet=("${!1}") declare -a modelSet=("${!2}") - graphNameCf="hill2D_cf.png" + graphNameCf="bump2D_cf.png" echo "Creating skin friction coefficient graph to $graphNameCf" gnuplot<