OpenFOAM-2.4.x/applications/utilities/postProcessing/graphics/PV3Readers/PV3blockMeshReader/Allwclean
2014-02-17 16:00:08 +00:00

11 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/libPV3blockMeshReader* 2>/dev/null
rm -rf PV3blockMeshReader/Make
wclean libso vtkPV3blockMesh
# ----------------------------------------------------------------- end-of-file