Update copy_face_graph.h

This commit is contained in:
Sebastien Loriot 2016-06-06 13:50:33 +02:00
parent 52f3bfed02
commit 64e8bbe44f
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ void copy_face_graph(const SourceMesh& sm, TargetMesh& tm,
} }
#if !defined(CGAL_CXX11) #if !defined(CGAL_CXX11) && !defined(DOXYGEN_RUNNING)
template <typename SourceMesh, typename TargetMesh> template <typename SourceMesh, typename TargetMesh>
void copy_face_graph(const SourceMesh& sm, TargetMesh& tm) void copy_face_graph(const SourceMesh& sm, TargetMesh& tm)
{ copy_face_graph(sm, tm, Emptyset_iterator(), Emptyset_iterator(), Emptyset_iterator()); } { copy_face_graph(sm, tm, Emptyset_iterator(), Emptyset_iterator(), Emptyset_iterator()); }