mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-15 10:28:34 +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";
|
||||
|
||||
topt.Start();
|
||||
int counter = 0;
|
||||
for (auto icolor : Range(ncolors))
|
||||
{
|
||||
if (multithread.terminate)
|
||||
@ -1438,8 +1437,6 @@ void Mesh :: ImproveMesh (const MeshingParameters & mp, OPTIMIZEGOAL goal)
|
||||
PointIndex pi = color_table[icolor][i];
|
||||
if ( (*this)[pi].Type() == INNERPOINT )
|
||||
{
|
||||
counter++;
|
||||
|
||||
double lh = pointh[pi];
|
||||
pf.SetLocalH (lh);
|
||||
par.typx = lh;
|
||||
|
Loading…
Reference in New Issue
Block a user