Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Boolean operations on Nef Polyhedra

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Boolean operations on Nef Polyhedra


Chronological Thread 
  • From: Christoph Conrad <>
  • To:
  • Subject: Re: [cgal-discuss] Boolean operations on Nef Polyhedra
  • Date: Mon, 23 Mar 2009 14:55:15 +0100

I added more debug ouput. The last line seen is ".... done.". After that

"This application has requested the Runtime to terminate it in an unusual
way. Please contact the application's support team for more information."


vout << " .... done." << endl;

Polyhedron P;
vout << "Start construction N1." << endl;
Nef_polyhedron N1(P1);
vout << "Start construction N2." << endl;
Nef_polyhedron N2(P2);



Archive powered by MHonArc 2.6.16.

Top of Page