mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 22:50:33 +05:00
fix warning
This commit is contained in:
parent
27197f146c
commit
c3e27a1792
@ -865,10 +865,10 @@ namespace netgen
|
|||||||
for (int j = 1; j <= idpts.GetBagSize(i); j++)
|
for (int j = 1; j <= idpts.GetBagSize(i); j++)
|
||||||
{
|
{
|
||||||
INDEX_3 pts;
|
INDEX_3 pts;
|
||||||
int dummy, val;
|
int dummy; // , val;
|
||||||
|
|
||||||
idpts.GetData (i, j, pts, dummy);
|
idpts.GetData (i, j, pts, dummy);
|
||||||
val = pts[2];
|
// val = pts[2];
|
||||||
const Point3d & p1 = mesh->Point(pts.I1());
|
const Point3d & p1 = mesh->Point(pts.I1());
|
||||||
const Point3d & p2 = mesh->Point(pts.I2());
|
const Point3d & p2 = mesh->Point(pts.I2());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user