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