mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-24 03:40:34 +05:00
Merge branch 'smaller_tol_in_pointin2delement' into 'master'
use outer smaller (1e-6) tolerance in check if points are on quad edges See merge request ngsolve/netgen!562
This commit is contained in:
commit
4737063653
@ -5367,7 +5367,7 @@ namespace netgen
|
||||
*/
|
||||
|
||||
lami[2]=0.;
|
||||
double eps = 1.E-12;
|
||||
// double eps = 1.E-12;
|
||||
double c1,c2,r;
|
||||
|
||||
//First check if point is "exactly" a vertex point
|
||||
|
Loading…
Reference in New Issue
Block a user