openfoam/applications/utilities/postProcessing/graphics/PV4Readers/PV4blockMeshReader/Allwclean
2013-06-17 16:48:24 +01:00

12 lines
311 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
# deal with client/server vs combined plugins
rm -f $FOAM_LIBBIN/libPV4blockMeshReader* 2>/dev/null
rm -rf PV4blockMeshReader/Make
wclean libso vtkPV4blockMesh
# ----------------------------------------------------------------- end-of-file