From 0fa230c84b3e56fb4e09c156ae664fdb98d97dd1 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Tue, 28 Oct 2014 16:39:49 +0100 Subject: [PATCH] #2470 creaMaracasVisu Bug New High ShowNPoints box bbtk not compiling in windows --- bbtk/src/bbmaracasvisuShowNPoints.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bbtk/src/bbmaracasvisuShowNPoints.cxx b/bbtk/src/bbmaracasvisuShowNPoints.cxx index 06f5f68..c0edbf2 100644 --- a/bbtk/src/bbmaracasvisuShowNPoints.cxx +++ b/bbtk/src/bbmaracasvisuShowNPoints.cxx @@ -349,12 +349,12 @@ void WidgetShowNPoints::InsertPoint(int x, int y, int z, std::string label)//CFT dTotal.push_back (res); } //Gets the smallest distance - int small = dTotal[0]; + int smallTMP = dTotal[0]; for (int j = 0; j < dTotal.size(); j++) { - if(dTotal[j]