From: Eduardo DAVILA Date: Tue, 28 Oct 2014 15:39:49 +0000 (+0100) Subject: #2470 creaMaracasVisu Bug New High ShowNPoints box bbtk not compiling in windows X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=0fa230c84b3e56fb4e09c156ae664fdb98d97dd1;p=creaMaracasVisu.git #2470 creaMaracasVisu Bug New High ShowNPoints box bbtk not compiling in windows --- 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]