mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
STYLE: avoid backticks for getApplication
This commit is contained in:
@ -26,7 +26,7 @@ do
|
||||
viewFactorsGen -region $i
|
||||
done
|
||||
|
||||
runApplication `getApplication`
|
||||
runApplication $(getApplication)
|
||||
|
||||
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@ do
|
||||
done
|
||||
|
||||
# Run
|
||||
runParallel `getApplication`
|
||||
runParallel $(getApplication)
|
||||
|
||||
# Reconstruct
|
||||
runApplication reconstructPar -allRegions
|
||||
|
||||
Reference in New Issue
Block a user