Files
openfoam/applications/utilities/mesh/generation/foamyQuadMesh/Allwmake
2014-01-28 12:54:14 +00:00

15 lines
324 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
if [ -n "$CGAL_ARCH_PATH" ]
then
#- Already built by ../Allwake
#wmake libso ../foamyHexMesh/conformalVoronoiMesh
wmake libso conformalVoronoi2DMesh
wmake
fi
# ----------------------------------------------------------------- end-of-file