Skip to content
Snippets Groups Projects
Commit 5f9e3a04 authored by Henry's avatar Henry
Browse files

cvMesh: Relocated the conformalVoronoiMesh library and localised all uses of CGAL

Removed unused dependencies on CGAL
parent 8417b828
No related merge requests found
Showing
with 32 additions and 1 deletion
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake blockMesh
wmake extrude
wmake extrude2DMesh
wmake snappyHexMesh
if [ -d "$CGAL_ARCH_PATH" ]
then
wmake cvMesh
fi
# ----------------------------------------------------------------- end-of-file
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wclean libso conformalVoronoiMesh
wclean
# ----------------------------------------------------------------- end-of-file
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libso conformalVoronoiMesh
wmake
# ----------------------------------------------------------------- end-of-file
......@@ -8,7 +8,7 @@ EXE_INC = \
${EXE_FROUNDING_MATH} \
${EXE_NDEBUG} \
${CGAL_INC} \
-I$(LIB_SRC)/mesh/conformalVoronoiMesh/lnInclude \
-IconformalVoronoiMesh/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment