From a8d02663a9ba4972ec0a3a946871fa14bb8c927b Mon Sep 17 00:00:00 2001
From: Emilie Marchandise <emilie.marchandise@uclouvain.be>
Date: Mon, 4 Jul 2011 20:25:22 +0000
Subject: [PATCH]

---
 Geo/GRbf.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Geo/GRbf.cpp b/Geo/GRbf.cpp
index 0a26f92c9d..8cc245f80c 100644
--- a/Geo/GRbf.cpp
+++ b/Geo/GRbf.cpp
@@ -754,7 +754,7 @@ bool GRbf::UVStoXYZ(const double  u_eval, const double v_eval,
 		    double &XX, double &YY, double &ZZ, 
 		    SVector3 &dXdu, SVector3& dXdv, int num_neighbours){
 
- num_neighbours = 50;
+ num_neighbours = 30;
  fullMatrix<double> u_vec(num_neighbours,3), xyz_local(num_neighbours,3); 
  fullMatrix<double> u_vec_eval(1, 3), nodes_eval(1,3), xu(1,3), xv(1,3);
  u_vec_eval(0,0) = u_eval;
-- 
GitLab