mirror of https://github.com/CGAL/cgal
No longer #if 0
This commit is contained in:
parent
3706528a0c
commit
da011b2abe
|
|
@ -929,13 +929,13 @@ bool read_PLY(std::istream& is,
|
||||||
|
|
||||||
/// \cond SKIP_IN_MANUAL
|
/// \cond SKIP_IN_MANUAL
|
||||||
|
|
||||||
#if 0
|
#ifndef CGAL_NO_DEPRECATED_CODE
|
||||||
// for backward compatibility
|
// for backward compatibility
|
||||||
template <typename P>
|
template <typename P>
|
||||||
bool read_PLY(std::istream& is,
|
bool read_PLY(std::istream& is,
|
||||||
Surface_mesh<P>& sm,
|
Surface_mesh<P>& sm,
|
||||||
std::string& comments,
|
std::string& comments,
|
||||||
bool verbose = true)
|
bool verbose)
|
||||||
{
|
{
|
||||||
return read_PLY(is, sm, comments, CGAL::parameters::verbose(verbose));
|
return read_PLY(is, sm, comments, CGAL::parameters::verbose(verbose));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue