mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
bug fix for surface-element lists
This commit is contained in:
parent
dd50309393
commit
1600d09c53
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user