mirror of https://github.com/CGAL/cgal
Comment line in order to deal with a warning, but it needs real cleanup
as there is a loop that does the same as a commented std::copy so I guess these are left-overs from debugging by @sgiraudot
This commit is contained in:
parent
b6fbf25679
commit
e57aeb554e
|
|
@ -232,7 +232,7 @@ public:
|
|||
|
||||
for (Facet_iterator it = _surface.begin(); it != _surface.end(); ++ it)
|
||||
{
|
||||
Facet t = *it;
|
||||
// Facet t = *it;
|
||||
cpp11::array<std::size_t, 3> f = {{ std::size_t((*it)[0]), std::size_t((*it)[1]), std::size_t((*it)[2]) }};
|
||||
*(output ++) = f;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue