removed harmless warnings

This commit is contained in:
Paolo Cignoni 2010-03-18 10:08:12 +00:00
parent 3976724c18
commit e4b0019e90
1 changed files with 1 additions and 1 deletions

View File

@ -268,10 +268,10 @@ static bool ComputeMatchMatrix( Matrix44x &res,
std::vector<Point3x> &Pt) // vertici scelti su trg (verdi)
// vector<Point3x> &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<double> A(sz,12);
Vector<double> b(sz);