From 1600d09c5322d38fb9683a1723b4a5f67b736c54 Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Thu, 8 Oct 2009 15:36:46 +0000 Subject: [PATCH] bug fix for surface-element lists --- 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 95ffd25f..35495ae7 100644 --- a/libsrc/meshing/meshclass.cpp +++ b/libsrc/meshing/meshclass.cpp @@ -4999,6 +4999,7 @@ namespace netgen NgProfiler::RegionTimer reg (timer); + /* sei.SetSize (0); for (SurfaceElementIndex i = 0; i < GetNSE(); i++) { @@ -5008,7 +5009,7 @@ namespace netgen sei.Append (i); } } - + */ /* Philippose - 01/10/2009 Commented out the following lines, and activated the originally @@ -5017,7 +5018,6 @@ namespace netgen */ // int size1 = sei.Size(); - /* sei.SetSize(0); SurfaceElementIndex si = facedecoding[facenr-1].firstelement; @@ -5031,7 +5031,6 @@ namespace netgen si = (*this)[si].next; } - */ /* // *testout << "with list = " << endl << sei << endl;