From ffc3b5e9093af81b3d45efa4208b815f507a14ea Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Mon, 30 May 2005 09:42:05 +0000 Subject: [PATCH] std::std::vector sostituito con std::vector --- vcg/complex/edgemesh/unify.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/complex/edgemesh/unify.h b/vcg/complex/edgemesh/unify.h index aa34bcca..7b123124 100644 --- a/vcg/complex/edgemesh/unify.h +++ b/vcg/complex/edgemesh/unify.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.4 2005/05/30 09:13:08 ganovelli +error in include + Revision 1.3 2005/05/17 21:19:37 ganovelli some std::and typename missing (CRS4) @@ -80,7 +83,7 @@ namespace vcg return v->IsD(); } }; - typedef typename GridStaticPtr< std::std::vector > GridType; + typedef typename GridStaticPtr< std::vector > GridType; static void Join(PVertex pv0,PVertex & pv1){ pv1.e->V(pv1.z) = pv0.v;