diff Framework/Toolbox/LinearAlgebra.cpp @ 1477:5732edec7cbd

sorting frames in 3D
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Jun 2020 15:48:59 +0200
parents 30deba7bc8e2
children
line wrap: on
line diff
--- a/Framework/Toolbox/LinearAlgebra.cpp	Wed Jun 17 18:21:26 2020 +0200
+++ b/Framework/Toolbox/LinearAlgebra.cpp	Thu Jun 18 15:48:59 2020 +0200
@@ -195,7 +195,7 @@
     double DotProduct(const Vector& u, const Vector& v)
     {
       if (u.size() != 3 ||
-        v.size() != 3)
+          v.size() != 3)
       {
         throw Orthanc::OrthancException(Orthanc::ErrorCode_ParameterOutOfRange);
       }