removed useless typename
This commit is contained in:
parent
dc881612b1
commit
38bb37185a
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$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
|
Revision 1.1 2006/10/13 14:11:49 cignoni
|
||||||
first version
|
first version
|
||||||
|
|
||||||
|
@ -39,7 +42,7 @@ namespace vcg {
|
||||||
|
|
||||||
template <class CoordType>
|
template <class CoordType>
|
||||||
struct EdgePlaneInfo{
|
struct EdgePlaneInfo{
|
||||||
typename CoordType edge[3];
|
CoordType edge[3];
|
||||||
::vcg::Plane3<typename CoordType::ScalarType> plane;
|
::vcg::Plane3<typename CoordType::ScalarType> plane;
|
||||||
typename CoordType::ScalarType edgescale;
|
typename CoordType::ScalarType edgescale;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue