mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
little cleanup
This commit is contained in:
parent
5b19ea6451
commit
06070d49f3
@ -1903,7 +1903,6 @@ bool CheckSingularities(Mesh & mesh, INDEX_2_HASHTABLE<int> & edges, INDEX_2_HAS
|
|||||||
hpel.type = HP_TRIG_ALEFELD;
|
hpel.type = HP_TRIG_ALEFELD;
|
||||||
|
|
||||||
dd = 2;
|
dd = 2;
|
||||||
continue;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case HP_QUAD:
|
case HP_QUAD:
|
||||||
@ -1937,8 +1936,6 @@ bool CheckSingularities(Mesh & mesh, INDEX_2_HASHTABLE<int> & edges, INDEX_2_HAS
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
continue;
|
|
||||||
|
|
||||||
if(hpel.type == HP_NONE)
|
if(hpel.type == HP_NONE)
|
||||||
cnt_undef++;
|
cnt_undef++;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user