mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-24 03:40:34 +05:00
use outer smaller (1e-6) tolerance in check if points are on quad edges
This commit is contained in:
parent
482e78a18b
commit
867549c3af
@ -5341,7 +5341,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