Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Error in Delaunay_traingulation_2.h

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Error in Delaunay_traingulation_2.h


Chronological Thread 
  • From: Enrico <>
  • To:
  • Subject: [cgal-discuss] Re: Error in Delaunay_traingulation_2.h
  • Date: Wed, 4 May 2011 04:44:50 -0700 (PDT)

A simple patch for VS2005 is to modify the "Delaunay_traingulation_2.h" file
(works in v3.8 and v3.7 the same way).
Juste move the body of the remove_degree_init method from where it lies to
the place where this method is defined, i.e. in the class declaration.
This may sound stupid but it works.
The compiler knows how.

N'rico

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Error-in-Delaunay-traingulation-2-h-tp3063834p3495225.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


  • [cgal-discuss] Re: Error in Delaunay_traingulation_2.h, Enrico, 05/04/2011

Archive powered by MHonArc 2.6.16.

Top of Page