diff --git a/vcg/space/fitting3.h b/vcg/space/fitting3.h index 357f5bb7..97251fad 100644 --- a/vcg/space/fitting3.h +++ b/vcg/space/fitting3.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.2 2005/10/13 14:59:57 ganovelli +versione con svd + Revision 1.1 2005/03/14 17:04:24 ganovelli created @@ -47,7 +50,7 @@ bool PlaneFittingPoints( std::vector< Point3 > & samples,Plane3 &p){ int j; Matrix44 m;m.SetZero(); - std::vector< Point3 > ::iterator i; + typename std::vector< Point3 > ::iterator i; Point3 c; c.Zero(); for(i = samples.begin(); i != samples.end(); ++i) @@ -182,4 +185,4 @@ bool PlaneFittingPointsOld( std::vector< Point3 > & samples, Plane3 & p ) } } // end namespace -#endif \ No newline at end of file +#endif