Remove Cubes_table from Dual Contouring

This commit is contained in:
Daniel Zint 2022-09-19 15:42:53 +02:00
parent cd2fe4627b
commit ec48e7389f
1 changed files with 0 additions and 2 deletions

View File

@ -68,8 +68,6 @@ public:
typename Domain_::Cell_vertices vertices = domain.cell_vertices(cell);
namespace Tables = internal::Cube_table;
std::vector<Point> pos(vertices.size());
std::transform(vertices.begin(), vertices.end(), pos.begin(),
[&](const auto& v) { return domain.position(v); });