scripts: Reformat with consistent section separators

This commit is contained in:
Henry Weller
2016-02-15 18:30:24 +00:00
parent 0196822968
commit 350d03246e
370 changed files with 399 additions and 401 deletions

View File

@ -8,4 +8,4 @@ cleanCase
rm -rf sets
rm -f validation/*.eps
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -13,4 +13,4 @@ runApplication sample -latestTime
( cd validation && ./createGraphs )
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -9,4 +9,4 @@ rm -rf constant/baffle3DRegion
rm -rf constant/polyMesh/boundary
rm -rf 0
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -11,4 +11,4 @@ rm -rf comms
killall externalSolver > /dev/null 2>&1
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -11,4 +11,4 @@ runApplication $(getApplication) &
./externalSolver
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -13,4 +13,4 @@ runParallel $(getApplication) &
./externalSolver
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -8,4 +8,4 @@ runApplication blockMesh
runApplication createExternalCoupledPatchGeometry T
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -82,4 +82,4 @@ done
log "done"
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -6,4 +6,4 @@ cd ${0%/*} || exit 1 # Run from this directory
cleanCase
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -9,4 +9,4 @@ application=`getApplication`
runApplication blockMesh
runApplication $application
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -6,4 +6,4 @@ cd ${0%/*} || exit 1 # Run from this directory
cleanCase
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -9,4 +9,4 @@ application=`getApplication`
runApplication blockMesh
runApplication $application
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------