Skip to content
Snippets Groups Projects
Commit bdc86180 authored by Gaetan Bricteux's avatar Gaetan Bricteux
Browse files

same tolerance for cut and split

parent 205d5242
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include "polynomialBasis.h" #include "polynomialBasis.h"
#include "GmshDefines.h" #include "GmshDefines.h"
#define ZERO_LS_TOL 1.e-3 #define ZERO_LS_TOL 1.e-9
#define EQUALITY_TOL 1.e-15 #define EQUALITY_TOL 1.e-15
// cross product // cross product
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment