mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 14:40:35 +05:00
fix bug for debug output
This commit is contained in:
parent
feb74d49c2
commit
a22e36f182
@ -1120,7 +1120,7 @@ namespace netgen
|
|||||||
(*testout) << "pos = ";
|
(*testout) << "pos = ";
|
||||||
for (int j = 0; j < 4; j++)
|
for (int j = 0; j < 4; j++)
|
||||||
if (face2vert[i].I(j+1) >= 1)
|
if (face2vert[i].I(j+1) >= 1)
|
||||||
(*testout) << mesh[(PointIndex)face2vert[i].I(j+1)] << " ";
|
(*testout) << (*mesh)[(PointIndex)face2vert[i].I(j+1)] << " ";
|
||||||
(*testout) << endl;
|
(*testout) << endl;
|
||||||
|
|
||||||
FlatArray<ElementIndex> vertels = GetVertexElements (face2vert[i].I(1));
|
FlatArray<ElementIndex> vertels = GetVertexElements (face2vert[i].I(1));
|
||||||
|
Loading…
Reference in New Issue
Block a user