OpenFOAM-4.x/applications/utilities/mesh/generation/foamyMesh/foamyHexMeshSurfaceSimplify/Allwmake

10 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
#------------------------------------------------------------------------------