diff --git a/vcg/math/point_matching.h b/vcg/math/point_matching.h index 572afa91..07305f30 100644 --- a/vcg/math/point_matching.h +++ b/vcg/math/point_matching.h @@ -268,10 +268,10 @@ static bool ComputeMatchMatrix( Matrix44x &res, std::vector &Pt) // vertici scelti su trg (verdi) // vector &Nt) // normali scelti su trg (verdi) { - int sz=Ps.size(); assert(0); // Da qui in poi non compila che ha bisogno dei minimiquadrati #if 0 + int sz=Ps.size(); Matrix A(sz,12); Vector b(sz);