Files
openfoam/applications/utilities/mesh/generation/cvMesh/Allwclean
2011-07-22 14:12:08 +01:00

9 lines
190 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wclean libso conformalVoronoiMesh
wclean
# ----------------------------------------------------------------- end-of-file