From c5e2ce2d37c1b837a783829d26d410791910b5a5 Mon Sep 17 00:00:00 2001 From: Bernd Schwarzenbacher Date: Tue, 3 May 2016 10:49:04 +0200 Subject: [PATCH] Change for functioning tet splitting --- libsrc/meshing/meshclass.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libsrc/meshing/meshclass.cpp b/libsrc/meshing/meshclass.cpp index 1e5c5b30..87017b04 100644 --- a/libsrc/meshing/meshclass.cpp +++ b/libsrc/meshing/meshclass.cpp @@ -5024,8 +5024,6 @@ namespace netgen static int timer = NgProfiler::CreateTimer ("GetSurfaceElementsOfFace"); NgProfiler::RegionTimer reg (timer); - - /* sei.SetSize (0); for (SurfaceElementIndex i = 0; i < GetNSE(); i++) { @@ -5035,7 +5033,6 @@ namespace netgen sei.Append (i); } } - */ /* Philippose - 01/10/2009 Commented out the following lines, and activated the originally @@ -5044,6 +5041,7 @@ namespace netgen */ // int size1 = sei.Size(); + /* sei.SetSize(0); SurfaceElementIndex si = facedecoding[facenr-1].firstelement; @@ -5057,6 +5055,7 @@ namespace netgen si = (*this)[si].next; } + */ /* // *testout << "with list = " << endl << sei << endl;