mirror of https://github.com/CGAL/cgal
remove useless comment and fix indentation
This commit is contained in:
parent
702149cd93
commit
c85c4e01ad
|
|
@ -308,10 +308,6 @@ namespace Polygon_mesh_processing {
|
|||
}
|
||||
|
||||
template<typename FaceRange, typename TriangleMesh >
|
||||
/* AF what is wrong here???
|
||||
typename CGAL::Kernel_traits<typename property_map_value<TriangleMesh,
|
||||
CGAL::vertex_point_t>::type>::Kernel::FT
|
||||
*/
|
||||
double
|
||||
area(FaceRange face_range, const TriangleMesh& tmesh)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue