Fixed build failure with gcc 4.7
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@613 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -316,7 +316,7 @@ public:
|
|||||||
/** Calculates the edge vector as the vector defined by
|
/** Calculates the edge vector as the vector defined by
|
||||||
the halfedge with id #0 (see below) */
|
the halfedge with id #0 (see below) */
|
||||||
void calc_edge_vector(EdgeHandle _eh, Normal& _edge_vec) const
|
void calc_edge_vector(EdgeHandle _eh, Normal& _edge_vec) const
|
||||||
{ calc_edge_vector(halfedge_handle(_eh,0), _edge_vec); }
|
{ calc_edge_vector( this->halfedge_handle(_eh,0), _edge_vec); }
|
||||||
|
|
||||||
/** Calculates the edge vector as the difference of the
|
/** Calculates the edge vector as the difference of the
|
||||||
the points defined by to_vertex_handle() and from_vertex_handle() */
|
the points defined by to_vertex_handle() and from_vertex_handle() */
|
||||||
|
|||||||
Reference in New Issue
Block a user