From f5a490079f07e6f1b4e990b98d86a4799ff262c6 Mon Sep 17 00:00:00 2001 From: ponchio <federico.ponchio@isti.cnr.it> Date: Sat, 15 Oct 2005 12:58:13 +0000 Subject: [PATCH] Typename... as usual --- vcg/space/fitting3.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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<S> > & samples,Plane3<S> &p){ int j; Matrix44<S> m;m.SetZero(); - std::vector< Point3<S> > ::iterator i; + typename std::vector< Point3<S> > ::iterator i; Point3<S> c; c.Zero(); for(i = samples.begin(); i != samples.end(); ++i) @@ -182,4 +185,4 @@ bool PlaneFittingPointsOld( std::vector< Point3<S> > & samples, Plane3<S> & p ) } } // end namespace -#endif \ No newline at end of file +#endif