diff --git a/vcg/simplex/faceplus/component_rt.h b/vcg/simplex/faceplus/component_rt.h index c0511821..39f68788 100644 --- a/vcg/simplex/faceplus/component_rt.h +++ b/vcg/simplex/faceplus/component_rt.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.2 2007/05/04 16:16:40 ganovelli +standardized to component style + Revision 1.1 2006/10/13 14:11:49 cignoni first version @@ -39,7 +42,7 @@ namespace vcg { template struct EdgePlaneInfo{ - typename CoordType edge[3]; + CoordType edge[3]; ::vcg::Plane3 plane; typename CoordType::ScalarType edgescale; };