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:
Andreas Fabri 2017-06-29 08:12:59 +02:00
parent b6fbf25679
commit e57aeb554e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}