Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Combinatorial map assertion error: is_whole_orbit_unmarked()

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Combinatorial map assertion error: is_whole_orbit_unmarked()


Chronological Thread 
  • From: Pranav <>
  • To:
  • Subject: Re: [cgal-discuss] Combinatorial map assertion error: is_whole_orbit_unmarked()
  • Date: Thu, 11 Jun 2015 22:29:29 -0700 (PDT)

Guillaume Damiand wrote
> Perhaps you call the remove_cell function in a loop on the combinatorial
> map ?
>
> If this is the case, you need to push in a container (for example a
> std::vector) all the darts of cells to remove, then in a second loop
> iterate through this container and call remove_cell.

I have taken care of that too. I will try to post a minimal code example
demonstrating this problem.




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Combinatorial-map-assertion-error-is-whole-orbit-unmarked-tp4660851p4660914.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page