]> Creatis software - creaRigidRegistration.git/blobdiff - PackRecalage/src/bbPackRecalageTransform3D3PointsBox.cxx
Fix some warnings
[creaRigidRegistration.git] / PackRecalage / src / bbPackRecalageTransform3D3PointsBox.cxx
index 9156f13a1642401f32d35501619da015c7a587ce..009c16a7814c668ecb3d4e7df7813a6fd5f3e1d1 100644 (file)
@@ -92,7 +92,7 @@ void Transform3D3PointsBox::Process()
                }
 
                //Create the new center point
-               double * centerPoint;
+               double centerPoint[3];
                centerPoint[0] = O2[0];
                centerPoint[1] = O2[1];
                centerPoint[2] = O2[2];
@@ -251,4 +251,4 @@ void Transform3D3PointsBox::bbUserFinalizeProcessing()
        delete planes;
 }
 }
-// EO namespace bbPackRecalage
\ No newline at end of file
+// EO namespace bbPackRecalage