mirror of https://github.com/CGAL/cgal
dump prims at the end of init
This commit is contained in:
parent
fd8d9eed31
commit
e8b68a3de8
|
|
@ -514,6 +514,12 @@ private:
|
|||
datum_map,
|
||||
point_map);
|
||||
tree.build();
|
||||
|
||||
#ifdef CGAL_ENVELOPE_DEBUG
|
||||
for(unsigned int i = 0; i < halfspace.size(); ++i){
|
||||
prism_to_off(i, "prism");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue