openfoam/applications/utilities/mesh/generation/foamyHexMesh/cvMeshSurfaceSimplify/Allwmake

11 lines
206 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
if [ -d "${FASTDUALOCTREE_SRC_PATH}" ]
then
wmake
fi
# ----------------------------------------------------------------- end-of-file