From cce53a0c2be43b315a490ceaacba267d427a7c16 Mon Sep 17 00:00:00 2001 From: Emilie Marchandise <emilie.marchandise@uclouvain.be> Date: Mon, 4 Jul 2011 10:21:51 +0000 Subject: [PATCH] Rbf up --- Geo/GRbf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geo/GRbf.cpp b/Geo/GRbf.cpp index 4a0984541d..52de9e6d0e 100644 --- a/Geo/GRbf.cpp +++ b/Geo/GRbf.cpp @@ -59,7 +59,7 @@ GRbf::GRbf (double sizeBox, int variableEps, int rbfFun, std::map<MVertex*, SVec { allCenters.resize(allNodes.size(),3); - double tol= 8.e-2*sBox; + double tol= 1.e-2*sBox; //remove duplicate vertices //add bc nodes -- GitLab