From 867549c3afe0c6e7517cc9d4729d4e15cef04a80 Mon Sep 17 00:00:00 2001 From: Christopher Lackner Date: Thu, 23 Mar 2023 14:57:30 +0100 Subject: [PATCH] use outer smaller (1e-6) tolerance in check if points are on quad edges --- libsrc/meshing/meshclass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/meshing/meshclass.cpp b/libsrc/meshing/meshclass.cpp index 6b3c589b..3784fd2c 100644 --- a/libsrc/meshing/meshclass.cpp +++ b/libsrc/meshing/meshclass.cpp @@ -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