Remove useless relates

This commit is contained in:
Simon Giraudot 2019-04-26 13:28:45 +02:00
parent ec3984eba2
commit 3dce5ec8b0
1 changed files with 0 additions and 1 deletions

View File

@ -2180,7 +2180,6 @@ private: //------------------------------------------------------- private data
/// the header of the PLY stream (each line will be precedeed by
/// "comment ").
///
/// \relates Surface_mesh
template <typename P>
bool write_ply(std::ostream& os, const Surface_mesh<P>& sm, const std::string& comments = std::string())
{