dump prims at the end of init

This commit is contained in:
Sébastien Loriot 2020-12-02 18:16:38 +01:00
parent fd8d9eed31
commit e8b68a3de8
1 changed files with 6 additions and 0 deletions

View File

@ -514,6 +514,12 @@ private:
datum_map, datum_map,
point_map); point_map);
tree.build(); tree.build();
#ifdef CGAL_ENVELOPE_DEBUG
for(unsigned int i = 0; i < halfspace.size(); ++i){
prism_to_off(i, "prism");
}
#endif
} }