]> Creatis software - creaRigidRegistration.git/blobdiff - PackRecalage/src/bbPackRecalageTransform3D3PointsBox.cxx
Chasse aux variables non initialisées
[creaRigidRegistration.git] / PackRecalage / src / bbPackRecalageTransform3D3PointsBox.cxx
index 009c16a7814c668ecb3d4e7df7813a6fd5f3e1d1..b4eb9dff0d9df561c9b8bf1da9f4165f798ff063 100644 (file)
@@ -16,7 +16,7 @@ void Transform3D3PointsBox::Process()
                double A2[3];
                double B2[3];
                double O2[3];
-               
+
                //In case there is an order in the points
                if(!bbGetInputLabels1().empty() && !bbGetInputLabels2().empty() && bbGetInputLabels1()[0].compare("1") == 0 && bbGetInputLabels1()[1].compare("2") == 0 && bbGetInputLabels1()[2].compare("3") == 0)
                {
@@ -92,7 +92,7 @@ void Transform3D3PointsBox::Process()
                }
 
                //Create the new center point
-               double centerPoint[3];
+               double centerPoint[3];  // JPR
                centerPoint[0] = O2[0];
                centerPoint[1] = O2[1];
                centerPoint[2] = O2[2];
@@ -252,3 +252,4 @@ void Transform3D3PointsBox::bbUserFinalizeProcessing()
 }
 }
 // EO namespace bbPackRecalage
+