mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
Remove two unused variables
This commit is contained in:
parent
2767672286
commit
8abd52a47b
@ -244,9 +244,6 @@ namespace netgen
|
|||||||
hvalue[0] = 0;
|
hvalue[0] = 0;
|
||||||
pnt = c->Value(s0);
|
pnt = c->Value(s0);
|
||||||
|
|
||||||
double olddist = 0;
|
|
||||||
double dist = 0;
|
|
||||||
|
|
||||||
int tmpVal = (int)(DIVIDEEDGESECTIONS);
|
int tmpVal = (int)(DIVIDEEDGESECTIONS);
|
||||||
|
|
||||||
for (int i = 1; i <= tmpVal; i++)
|
for (int i = 1; i <= tmpVal; i++)
|
||||||
@ -259,9 +256,6 @@ namespace netgen
|
|||||||
|
|
||||||
//(*testout) << "mesh.GetH(Point3d(pnt.X(), pnt.Y(), pnt.Z())) " << mesh.GetH(Point3d(pnt.X(), pnt.Y(), pnt.Z()))
|
//(*testout) << "mesh.GetH(Point3d(pnt.X(), pnt.Y(), pnt.Z())) " << mesh.GetH(Point3d(pnt.X(), pnt.Y(), pnt.Z()))
|
||||||
// << " pnt.Distance(oldpnt) " << pnt.Distance(oldpnt) << endl;
|
// << " pnt.Distance(oldpnt) " << pnt.Distance(oldpnt) << endl;
|
||||||
|
|
||||||
olddist = dist;
|
|
||||||
dist = pnt.Distance(oldpnt);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// nsubedges = int(ceil(hvalue[DIVIDEEDGESECTIONS]));
|
// nsubedges = int(ceil(hvalue[DIVIDEEDGESECTIONS]));
|
||||||
|
Loading…
Reference in New Issue
Block a user