mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 22:50:33 +05:00
fix typo
This commit is contained in:
parent
7743503c1d
commit
9f9a5e4304
@ -2397,7 +2397,7 @@ void MeshOptimize3d :: SwapImprove2 (Mesh & mesh, OPTIMIZEGOAL goal)
|
|||||||
CalcBad (mesh.Points(), mesh[eli1], 0) < 1e3)
|
CalcBad (mesh.Points(), mesh[eli1], 0) < 1e3)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if(mesh.GetDimension()==3 && mp.only3D_domain_nr && mp.only3D_domain_nr != mesh.VolumeElement(ei).GetIndex())
|
if(mesh.GetDimension()==3 && mp.only3D_domain_nr && mp.only3D_domain_nr != mesh.VolumeElement(eli1).GetIndex())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
// cout << "eli = " << eli1 << endl;
|
// cout << "eli = " << eli1 << endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user