From fe470ba3a8caec6f9d3fe261c1385f75b65bdebb Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 26 Sep 2013 10:43:07 +0100 Subject: [PATCH] GIT: patchFaceOrientation: moved files --- .../utilities/mesh/manipulation/orientFaceZone/Make/files | 1 - .../utilities/mesh/manipulation/orientFaceZone/Make/options | 2 ++ src/mesh/autoMesh/Make/files | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/applications/utilities/mesh/manipulation/orientFaceZone/Make/files b/applications/utilities/mesh/manipulation/orientFaceZone/Make/files index 07214af76c..f5a0821f85 100644 --- a/applications/utilities/mesh/manipulation/orientFaceZone/Make/files +++ b/applications/utilities/mesh/manipulation/orientFaceZone/Make/files @@ -1,4 +1,3 @@ -patchFaceOrientation.C orientFaceZone.C EXE = $(FOAM_APPBIN)/orientFaceZone diff --git a/applications/utilities/mesh/manipulation/orientFaceZone/Make/options b/applications/utilities/mesh/manipulation/orientFaceZone/Make/options index 9f08e8d2a8..30fde688e5 100644 --- a/applications/utilities/mesh/manipulation/orientFaceZone/Make/options +++ b/applications/utilities/mesh/manipulation/orientFaceZone/Make/options @@ -1,7 +1,9 @@ EXE_INC = \ -I$(LIB_SRC)/meshTools/lnInclude \ + -I$(LIB_SRC)/mesh/autoMesh/lnInclude \ -I$(LIB_SRC)/triSurface/lnInclude EXE_LIBS = \ -lmeshTools \ + -lautoMesh \ -ltriSurface diff --git a/src/mesh/autoMesh/Make/files b/src/mesh/autoMesh/Make/files index d5bfe6f751..dd0bfd0391 100644 --- a/src/mesh/autoMesh/Make/files +++ b/src/mesh/autoMesh/Make/files @@ -17,6 +17,8 @@ $(autoHexMesh)/meshRefinement/meshRefinement.C $(autoHexMesh)/meshRefinement/meshRefinementMerge.C $(autoHexMesh)/meshRefinement/meshRefinementProblemCells.C $(autoHexMesh)/meshRefinement/meshRefinementRefine.C +$(autoHexMesh)/meshRefinement/patchFaceOrientation.C + $(autoHexMesh)/refinementFeatures/refinementFeatures.C $(autoHexMesh)/refinementSurfaces/surfaceZonesInfo.C $(autoHexMesh)/refinementSurfaces/refinementSurfaces.C