]> Creatis software - creaMaracasVisu.git/commitdiff
Clean Code MacOs
authorEduardo DAVILA <davila@creatis.insa-lyon.fr>
Tue, 28 Mar 2023 11:53:14 +0000 (13:53 +0200)
committerEduardo DAVILA <davila@creatis.insa-lyon.fr>
Tue, 28 Mar 2023 11:53:14 +0000 (13:53 +0200)
bbtk/src/bbcreaMaracasVisuShowNPoints_Tools.cxx

index 8fdf584b99a8ff9ab787c2cc92f1a856559fd130..c258512c0472f6ed80afa84d61717dc9e69f9c70 100644 (file)
@@ -42,9 +42,6 @@ void ShowNPoints_Tools::CreatePatch_3points()
                std::vector<int> lstY = wsp->GetModelShowNPoints()->GetLstPointsY();
                std::vector<int> lstZ = wsp->GetModelShowNPoints()->GetLstPointsZ();
                
-//        double pA[3] = {lstX[0],lstY[0],lstZ[0]};
-        //        double pB[3] = {lstX[1],lstY[1],lstZ[1]};
-        //        double pC[3] = {lstX[2],lstY[2],lstZ[2]};
                double pA[3];
         pA[0] = lstX[0];
         pA[1] = lstY[0];