Files
openfoam/applications/utilities/mesh/generation/foamyQuadMesh/Allwmake
2013-09-27 09:15:44 +01:00

15 lines
324 B
Bash
Executable File

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