From 855b1d7ca713323dd44bbbf557e45100e857414f Mon Sep 17 00:00:00 2001
From: Gaetan Bricteux <gaetan.bricteux@uclouvain.be>
Date: Tue, 13 Sep 2011 15:42:34 +0000
Subject: [PATCH] fix

---
 Geo/GRbf.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Geo/GRbf.cpp b/Geo/GRbf.cpp
index abcd0d319b..b7dce8a7fd 100644
--- a/Geo/GRbf.cpp
+++ b/Geo/GRbf.cpp
@@ -73,8 +73,8 @@ GRbf::GRbf (double sizeBox, int variableEps, int rbfFun, std::map<MVertex*, SVec
   :  sBox(sizeBox), variableShapeParam(variableEps), radialFunctionIndex (rbfFun),   _inUV(0), isLocal(_isLocal)
 {
 
-  #if defined (HAVE_ANN)
-XYZkdtree=0
+#if defined (HAVE_ANN)
+  XYZkdtree=0;
 #endif
 
   allCenters.resize(allNodes.size(),3);
-- 
GitLab