From 33a2c4c46ecdeb58dafd0f221f897bcf35fc32ce Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 17 Jun 2011 16:06:45 +0100 Subject: [PATCH] ENH: conformalVoronoiMesh.H: re-enabling tet output --- .../conformalVoronoiMesh.H | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H b/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H index 8a83f44a41..b0f7ffb187 100644 --- a/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H +++ b/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H @@ -52,7 +52,6 @@ SourceFiles #include "plane.H" #include "SortableList.H" #include "meshTools.H" -#include "triSurfaceTools.H" #include "indexedOctree.H" #include "treeDataPoint.H" #include "unitConversion.H" @@ -683,17 +682,18 @@ private: bool filterFaces ); - // //- Tet mesh calculation - // void calcTetMesh - // ( - // pointField& points, - // faceList& faces, - // labelList& owner, - // labelList& neighbour, - // wordList& patchNames, - // labelList& patchSizes, - // labelList& patchStarts - // ); + //- Tet mesh calculation + void calcTetMesh + ( + pointField& points, + faceList& faces, + labelList& owner, + labelList& neighbour, + wordList& patchTypes, + wordList& patchNames, + labelList& patchSizes, + labelList& patchStarts + ); //- Determines if the dual face constructed by the Delaunay // edge is a boundary face