only use typename when necessary
This commit is contained in:
parent
176c70e7d7
commit
7a36b9fadd
vcg/complex
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.10 2007/04/10 22:46:57 pietroni
|
||||||
|
- line 152 changed call intersection to IntersectionPlaneTriangle because changing in function's name
|
||||||
|
|
||||||
Revision 1.9 2007/01/03 15:51:28 pietroni
|
Revision 1.9 2007/01/03 15:51:28 pietroni
|
||||||
added initial define and included missing files
|
added initial define and included missing files
|
||||||
|
|
||||||
|
@ -125,7 +128,7 @@ bool Intersection( /*TriMeshType & m, */
|
||||||
Plane3<ScalarType> pl,
|
Plane3<ScalarType> pl,
|
||||||
EdgeMeshType & em,
|
EdgeMeshType & em,
|
||||||
double& ave_length,
|
double& ave_length,
|
||||||
typename IndexingType *grid,
|
IndexingType *grid,
|
||||||
typename std::vector< typename IndexingType::Cell* >& cells)
|
typename std::vector< typename IndexingType::Cell* >& cells)
|
||||||
{
|
{
|
||||||
typedef typename TriMeshType::FaceContainer FaceContainer;
|
typedef typename TriMeshType::FaceContainer FaceContainer;
|
||||||
|
@ -212,4 +215,4 @@ bool IntersectionRayMesh(
|
||||||
}
|
}
|
||||||
/*@}*/
|
/*@}*/
|
||||||
} // end namespace vcg
|
} // end namespace vcg
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue