From 555fe98c7b1de69b6bcbd1ff9e4eee5b0f172947 Mon Sep 17 00:00:00 2001 From: "raffaele.gaetano" <raffaele.gaetano@cirad.fr> Date: Fri, 17 Nov 2017 11:54:14 +0100 Subject: [PATCH] FIX: removed debug line --- include/lsgrmGraphOperations.txx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/lsgrmGraphOperations.txx b/include/lsgrmGraphOperations.txx index bebfc46..d209477 100644 --- a/include/lsgrmGraphOperations.txx +++ b/include/lsgrmGraphOperations.txx @@ -639,11 +639,9 @@ long long unsigned int RunFirstPartialSegmentation( std::cout << "--- Running fist partial segmentation...\nNumber of neighbor layers " << numberOfNeighborLayers << std::endl; - //for(unsigned int row = 0; row < nbTilesY; ++row) - for(unsigned int row = 24; row < 25; ++row) + for(unsigned int row = 0; row < nbTilesY; ++row) { - //for(unsigned int col = 0; col < nbTilesX; col++) - for(unsigned int col = 30; col < 31; col++) + for(unsigned int col = 0; col < nbTilesX; col++) { #ifdef OTB_USE_MPI if (MyTurn(row*nbTilesX + col)) -- GitLab