From a81fc982ba17791d4ce970aeafb2fd13b81fc0c4 Mon Sep 17 00:00:00 2001 From: henry Date: Wed, 23 Jul 2008 17:05:14 +0100 Subject: [PATCH 1/2] Removed references to CGAL --- src/autoMesh/Make/options | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/autoMesh/Make/options b/src/autoMesh/Make/options index bf2ad0c4d0..4589b7ac3f 100644 --- a/src/autoMesh/Make/options +++ b/src/autoMesh/Make/options @@ -1,11 +1,8 @@ -/* include /home/pinky2/mattijs/pub/Delaunay/CGAL-3.1/make/makefile_i686_Linux-2.6.4-52-default_g++-3.4.3 */ - EXE_INC = \ - /* -g -DFULLDEBUG -O0 $(CGAL_CXXFLAGS) */ \ -I$(LIB_SRC)/decompositionAgglomeration/decompositionMethods/lnInclude \ -I$(LIB_SRC)/dynamicMesh/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude \ - -I$(FOAM_SRC)/lagrangian/basic/lnInclude \ + -I$(LIB_SRC)/lagrangian/basic/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude \ -I$(LIB_SRC)/edgeMesh/lnInclude \ -I$(LIB_SRC)/triSurface/lnInclude @@ -17,5 +14,4 @@ LIB_LIBS = \ -llagrangian \ -lmeshTools \ -ledgeMesh \ - -ltriSurface \ - /* $(CGAL_LDFLAGS) */ + -ltriSurface From c9148dd1ddaa4172a8e8a4b89ff4b3e2b50a4991 Mon Sep 17 00:00:00 2001 From: henry Date: Wed, 23 Jul 2008 17:06:55 +0100 Subject: [PATCH 2/2] Minor rearrangement. --- .../utilities/miscellaneous/foamDebugSwitches/Make/options | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/applications/utilities/miscellaneous/foamDebugSwitches/Make/options b/applications/utilities/miscellaneous/foamDebugSwitches/Make/options index 9d962c8efa..de8242a89f 100644 --- a/applications/utilities/miscellaneous/foamDebugSwitches/Make/options +++ b/applications/utilities/miscellaneous/foamDebugSwitches/Make/options @@ -1,10 +1,8 @@ EXE_LIBS = \ - -lautoMesh \ -lbasicThermophysicalModels \ -lchemistryModel \ -lcombustionThermophysicalModels \ -lcompressibleLESModels \ - -lcompressibleRASModels \ -ldecompositionMethods \ -ldieselSpray \ -ldynamicFvMesh \ @@ -17,6 +15,7 @@ EXE_LIBS = \ -lfvMotionSolvers \ -lincompressibleLESModels \ -lincompressibleTransportModels \ + -lcompressibleRASModels \ -lincompressibleRASModels \ -linterfaceProperties \ -llagrangianIntermediate \ @@ -39,5 +38,5 @@ EXE_LIBS = \ -lspecie \ -lthermophysicalFunctions \ -ltopoChangerFvMesh \ - -ltriSurface - + -ltriSurface \ + -lautoMesh