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: Guillaume Damiand <>
  • To:
  • Subject: Re: [cgal-discuss] Combinatorial map assertion error: is_whole_orbit_unmarked()
  • Date: Thu, 11 Jun 2015 17:35:38 +0200

Hi Pranav,


Le 11/06/2015 11:18, Pranav a écrit :
Hi Guillaume,

I am getting this assertion violation error again but this time it seems to
be issued from the call to /remove_cell()/ function. I have made sure to
pass LCC by reference only in any function call.

Would you please suggest what might be the possible reason for this
assertion violation?

Perhaps you call the remove_cell fonction 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.

Guillaume






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



--
===================================================================
Guillaume DAMIAND

CNRS - LIRIS UMR 5205
Université Claude Bernard
Bâtiment Nautibus (710)
43 Boulevard du 11 Novembre 1918
69622 Villeurbanne Cedex (France)
-------------------------------------------------------------------
Tél: +33 (0)4.72.43.14.34 Fax: +33 (0)4.72.43.15.36
Mail:

Web: http://liris.cnrs.fr/guillaume.damiand/
===================================================================


Attachment: smime.p7s
Description: Signature cryptographique S/MIME




Archive powered by MHonArc 2.6.18.

Top of Page