From fb209c9bde614ec46c1be6c46101e46888621c44 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Tue, 4 May 2021 06:26:31 +0200 Subject: [PATCH] Clean code --- bbtk/src/bbcreaMaracasVisuManualContourModel_Box.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbtk/src/bbcreaMaracasVisuManualContourModel_Box.cxx b/bbtk/src/bbcreaMaracasVisuManualContourModel_Box.cxx index a6b2a7e..0d9bffe 100644 --- a/bbtk/src/bbcreaMaracasVisuManualContourModel_Box.cxx +++ b/bbtk/src/bbcreaMaracasVisuManualContourModel_Box.cxx @@ -913,7 +913,7 @@ void ManualContourModel_Box::Process() ShiftValues( &lstOutX, &lstOutY, &lstOutZ, &lstIndexsOut ); // Step 3.3. SIN Normalice points around contours // RedistributionPoints_SIN_iContour(-1, &lstOutX,&lstOutY,&lstOutZ,&lstIndexsOut,-1,-1); - RedistributionPointsAllContours_SIN( &lstOutX,&lstOutY,&lstOutZ,&lstIndexsOut); +// RedistributionPointsAllContours_SIN( &lstOutX,&lstOutY,&lstOutZ,&lstIndexsOut); // ShiftValues( &lstOutX, &lstOutY, &lstOutZ, &lstIndexsOut ); // Step 3.4 Transpose the vectors lstInX.clear(); -- 2.47.1