ENH: conformalVoronoiMesh.H: re-enabling tet output

This commit is contained in:
mattijs
2011-06-17 16:06:45 +01:00
parent a6ba96162d
commit 33a2c4c46e

View File

@ -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