folded / carve

Automatically exported from code.google.com/p/carve
MIT License
45 stars 20 forks source link

unhandled switch case, probably a missing break #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm currently trying to create some intersections with carve. I keep getting 
the following error from time to time:

"~/carve-1.4.0/lib/intersect_classify_common_impl.hpp:255  "unhandled switch 
case -- should not happen""

It seems that there is missing a "break;" in 
intersect_classify_common_impl.hpp:252.

Original issue reported on code.google.com by mattifi...@gmail.com on 12 May 2013 at 9:32