mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Moving conformalVoronoiMesh into src/mesh folder.
This commit is contained in:
@ -53,8 +53,6 @@ mesh/Allwmake
|
||||
|
||||
wmake libso errorEstimation
|
||||
|
||||
wmake libso conformalVoronoiMesh
|
||||
|
||||
fvAgglomerationMethods/Allwmake
|
||||
|
||||
wmake libso fvMotionSolver
|
||||
|
||||
@ -4,5 +4,6 @@ set -x
|
||||
|
||||
wmake libso autoMesh
|
||||
wmake libso blockMesh
|
||||
wmake libso conformalVoronoiMesh
|
||||
|
||||
# ----------------------------------------------------------------- end-of-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"
|
||||
Reference in New Issue
Block a user