Moving conformalVoronoiMesh into src/mesh folder.

This commit is contained in:
graham
2009-10-21 17:21:06 +01:00
parent 361370a564
commit 52136b9430
51 changed files with 3 additions and 4 deletions

View File

@ -9,7 +9,7 @@ EXE_INC = \
${EXE_NDEBUG} \
${CGAL_INC} \
-I$(WM_THIRD_PARTY_DIR)/mpfr-2.4.1 \
-I$(LIB_SRC)/conformalVoronoiMesh/lnInclude \
-I$(LIB_SRC)/mesh/conformalVoronoiMesh/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \

View File

@ -53,8 +53,6 @@ mesh/Allwmake
wmake libso errorEstimation
wmake libso conformalVoronoiMesh
fvAgglomerationMethods/Allwmake
wmake libso fvMotionSolver

View File

@ -4,5 +4,6 @@ set -x
wmake libso autoMesh
wmake libso blockMesh
wmake libso conformalVoronoiMesh
# ----------------------------------------------------------------- end-of-file

View File

@ -57,7 +57,7 @@ SourceFiles
#include "triSurfaceTools.H"
#include "indexedOctree.H"
#include "treeDataPoint.H"
#include "mathematicalConstants.H"
#include "unitConversion.H"
#include "transform.H"
#include "volFields.H"
#include "fvMesh.H"