STYLE: avoid backticks for getApplication

This commit is contained in:
Mark Olesen
2016-06-27 17:50:55 +02:00
parent dd60cfcd06
commit 1988e4bb60
119 changed files with 124 additions and 124 deletions

View File

@ -5,7 +5,7 @@ cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions
# Get application name
application=`getApplication`
application=$(getApplication)
runAnsysToFoam()
{

View File

@ -4,7 +4,7 @@ cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
application=`getApplication`
application=$(getApplication)
restore0Dir
runApplication blockMesh

View File

@ -4,7 +4,7 @@ cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
application=`getApplication`
application=$(getApplication)
restore0Dir
runApplication blockMesh