mirror of
https://github.com/NGSolve/netgen.git
synced 2025-05-14 14:40:48 +05:00
Remove unused variable
This commit is contained in:
parent
10377be7d7
commit
fd946dca7d
@ -1414,7 +1414,6 @@ void Mesh :: ImproveMesh (const MeshingParameters & mp, OPTIMIZEGOAL goal)
|
|||||||
multithread.task = "Optimize Volume: Smooth Mesh";
|
multithread.task = "Optimize Volume: Smooth Mesh";
|
||||||
|
|
||||||
topt.Start();
|
topt.Start();
|
||||||
int counter = 0;
|
|
||||||
for (auto icolor : Range(ncolors))
|
for (auto icolor : Range(ncolors))
|
||||||
{
|
{
|
||||||
if (multithread.terminate)
|
if (multithread.terminate)
|
||||||
@ -1438,8 +1437,6 @@ void Mesh :: ImproveMesh (const MeshingParameters & mp, OPTIMIZEGOAL goal)
|
|||||||
PointIndex pi = color_table[icolor][i];
|
PointIndex pi = color_table[icolor][i];
|
||||||
if ( (*this)[pi].Type() == INNERPOINT )
|
if ( (*this)[pi].Type() == INNERPOINT )
|
||||||
{
|
{
|
||||||
counter++;
|
|
||||||
|
|
||||||
double lh = pointh[pi];
|
double lh = pointh[pi];
|
||||||
pf.SetLocalH (lh);
|
pf.SetLocalH (lh);
|
||||||
par.typx = lh;
|
par.typx = lh;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user