Use number_of_parts for is_splittable

It's there, why not use it
This commit is contained in:
Sijmen Schoon 2019-03-29 01:27:20 +01:00 committed by bubnikv
parent 4a9e05194c
commit cd3cec3e45
4 changed files with 1 additions and 25 deletions

View file

@ -68,7 +68,6 @@ public:
size_t facets_count() const { return this->stl.stats.number_of_facets; }
bool empty() const { return this->facets_count() == 0; }
bool is_splittable() const;
std::deque<uint32_t> find_unvisited_neighbors(std::vector<bool> &facet_visited) const;
stl_file stl;