Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Compile errors for Filtered_exact.h and CGAL::Failure_function

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Compile errors for Filtered_exact.h and CGAL::Failure_function


Chronological Thread 
  • From: Junjie Cao <>
  • To:
  • Subject: Re: [cgal-discuss] Compile errors for Filtered_exact.h and CGAL::Failure_function
  • Date: Fri, 5 Feb 2010 17:37:38 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=o5QH0WzU/DxK01jkEtOxv74kh+rPpKdnZCyIsp9uJt3YdGxzIBbLIsE/l+UEv891qL 7t6v41oxz15DyuWaAUPe7zcJCRPahOipeuw1sOPROEsMCk8gtOZgX6xgEMs/rWWy/aF4 mek1udy21Njs9AWitOnMtrasvyH5Wste0lqSE=

Dear Pion,

#include <CGAL/Filtered_exact.h>
 typedef CGAL::Filtered_exact<double, CGAL::MP_Float> NT;
 typedef CGAL::Cartesian<NT>  K;
  • "typedef CGAL::Exact_predicates_inexact_constructions_kernel K" is OK. But the NT will be used define some other variables.
    What should I define NT?  I use "typedef double NT" now.
  • There is also another error: 'det3x3_by_formula' : is not a member of 'CGAL'. 
Thank you.
Best regards,
JJCAO



Archive powered by MHonArc 2.6.16.

Top of Page