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

@ -7,7 +7,7 @@ cd ${0%/*} || exit 1 # Run from this directory
runApplication blockMesh
runApplication decomposePar
runParallel dsmcInitialise
runParallel `getApplication`
runParallel $(getApplication)
runApplication reconstructPar -noLagrangian