Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Combinatorial Maps: Getting runtime assertation errors while using marks

Subject: CGAL users discussion list

List archive

[cgal-discuss] Combinatorial Maps: Getting runtime assertation errors while using marks


Chronological Thread 
  • From: Pranav <>
  • To:
  • Subject: [cgal-discuss] Combinatorial Maps: Getting runtime assertation errors while using marks
  • Date: Wed, 25 Feb 2015 02:22:29 -0800 (PST)

Hi,

I am assigning a mark to some darts while iterating over all 2-cells in a
CMap. But I am getting following assertation violation error at runtime:

terminate called after throwing an instance of 'CGAL::Assertion_exception'
what(): CGAL ERROR: assertion violation!
Expr: (is_whole_orbit_unmarked<Map, CMap_non_basic_iterator&lt;Map,Iterator>
> (amap, adart, amark))
File: /usr/local/include/CGAL/Combinatorial_map_basic_operations.h
Line: 111
Aborted (core dumped)

I would like to know the possible reason(s) behind this. Here is the code
<https://gist.github.com/pranavkantgaur/272e7c6b10b5108453f2#file-plytolcc-cpp>

. Marks have been used only in /generateLCC()/ function(refer code from
line: 121)




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Combinatorial-Maps-Getting-runtime-assertation-errors-while-using-marks-tp4660525.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page