openfoam/applications/utilities/postProcessing/graphics/PVReaders/Allwclean
Mark Olesen c1ca2f4a38 BUG: missing chdir in Allwclean for wallFunctionTable
STYLE: improve consistency in Allwclean scripts
2017-02-23 01:07:10 +01:00

9 lines
213 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
wclean libso foamPv
PVblockMeshReader/Allwclean
PVFoamReader/Allwclean
#------------------------------------------------------------------------------