openfoam/applications/utilities/postProcessing/graphics/PVReaders/PVblockMeshReader/Allwclean

12 lines
308 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/libPVblockMeshReader* 2>/dev/null
rm -rf PVblockMeshReader/Make
wclean libso vtkPVblockMesh
#------------------------------------------------------------------------------