Skip to content
Snippets Groups Projects
Commit e4290ecc authored by andy's avatar andy
Browse files

BUG: Resolved build-order dependency

parent bc4bd60f
Branches
Tags
No related merge requests found
...@@ -29,7 +29,6 @@ derivedFvPatches = $(fvPatches)/derived ...@@ -29,7 +29,6 @@ derivedFvPatches = $(fvPatches)/derived
$(derivedFvPatches)/wall/wallFvPatch.C $(derivedFvPatches)/wall/wallFvPatch.C
$(derivedFvPatches)/directMapped/directMappedFvPatch.C $(derivedFvPatches)/directMapped/directMappedFvPatch.C
$(derivedFvPatches)/directMapped/directMappedWallFvPatch.C $(derivedFvPatches)/directMapped/directMappedWallFvPatch.C
$(derivedFvPatches)/directMapped/directMappedVariableThicknessWallFvPatch.C
wallDist = fvMesh/wallDist wallDist = fvMesh/wallDist
$(wallDist)/wallPointYPlus/wallPointYPlus.C $(wallDist)/wallPointYPlus/wallPointYPlus.C
......
EXE_INC = \ EXE_INC = \
-I$(LIB_SRC)/triSurface/lnInclude \ -I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/regionModels/regionModel/lnInclude
LIB_LIBS = \ LIB_LIBS = \
-lOpenFOAM \ -lOpenFOAM \
-ltriSurface \ -ltriSurface \
-lmeshTools \ -lmeshTools
-lregionModels
...@@ -3,5 +3,7 @@ regionModel/regionModel.C ...@@ -3,5 +3,7 @@ regionModel/regionModel.C
singleLayerRegion/singleLayerRegion.C singleLayerRegion/singleLayerRegion.C
regionModel1D/regionModel1D.C regionModel1D/regionModel1D.C
/* Boundary conditions */
derivedFvPatchFields/directMappedVariableThicknessWallFvPatch.C
LIB = $(FOAM_LIBBIN)/libregionModels LIB = $(FOAM_LIBBIN)/libregionModels
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment