X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=PackRecalage%2Fsrc%2FbbPackRecalageTransform3D3PointsBox.cxx;h=009c16a7814c668ecb3d4e7df7813a6fd5f3e1d1;hb=1b82b60c6337722f1a97bc8f7d6eadcc90352017;hp=9156f13a1642401f32d35501619da015c7a587ce;hpb=6ceae7882128882a8d3085d8e7aa2d2079913b3f;p=creaRigidRegistration.git diff --git a/PackRecalage/src/bbPackRecalageTransform3D3PointsBox.cxx b/PackRecalage/src/bbPackRecalageTransform3D3PointsBox.cxx index 9156f13..009c16a 100644 --- a/PackRecalage/src/bbPackRecalageTransform3D3PointsBox.cxx +++ b/PackRecalage/src/bbPackRecalageTransform3D3PointsBox.cxx @@ -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