From e4b0019e90becd4f8a5109fe8e137cadff5f2be0 Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 18 Mar 2010 10:08:12 +0000 Subject: [PATCH] removed harmless warnings --- vcg/math/point_matching.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);