Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Working kernels for make_conforming_*_2 and refine_Delaynay_mesh_2 ??

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Working kernels for make_conforming_*_2 and refine_Delaynay_mesh_2 ??


Chronological Thread 
  • From: CaulDrohn <>
  • To:
  • Subject: [cgal-discuss] Re: Working kernels for make_conforming_*_2 and refine_Delaynay_mesh_2 ??
  • Date: Thu, 5 Jul 2012 06:01:51 -0700 (PDT)

Thanks for answering so fast

I would like to ask an aditional question:
Is it possible to extend the number types in a way that they allow the sqrt?
I found CGAL::Sqrt_extension and thought i could give it a try, but got the
same error.

I was trying:

typedef CGAL::Sqrt_extension<CGAL::Gmpq,CGAL::Gmpq> GmpqSqrt;
typedef CGAL::Cartesian<GmpqSqrt> K;

Either I'm doing it wrong or Sqrt_extension doesn't work as I'm naively
thinking.


Thanks in advance (again )

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Working-kernels-for-make-conforming-2-and-refine-Delaynay-mesh-2-tp4655362p4655376.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page