From a06ae78c6ee4c301fe399b1952750a683bbba40a Mon Sep 17 00:00:00 2001 From: ponchio Date: Thu, 13 Oct 2005 15:45:23 +0000 Subject: [PATCH] Changed a Zero in SetZero in WeightedCrossCovariance() (again) --- vcg/math/matrix33.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/math/matrix33.h b/vcg/math/matrix33.h index 7a8d8e86..9797f618 100644 --- a/vcg/math/matrix33.h +++ b/vcg/math/matrix33.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.10 2005/10/05 17:06:12 pietroni +corrected sintax error on singular value decomposition + Revision 1.9 2005/09/29 09:53:58 ganovelli added inverse by SVD @@ -472,7 +475,7 @@ void WeightedCrossCovariance(const STLREALCONTAINER & weights, Point3 &bp, Point3 &bx) { - Zero(); + SetZero(); assert(P.size()==X.size()); bx.Zero(); bp.Zero();