Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Question about CGAL example: mesh_implicit_domains

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Question about CGAL example: mesh_implicit_domains


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Question about CGAL example: mesh_implicit_domains
  • Date: Mon, 07 Apr 2014 10:58:15 +0200
  • Organization: GeometryFactory

Le Saturday 05 April 2014 22:23:55 tang a écrit :
> template <double x0,double y0,double z0,double r0>
> double cube_function (double x, double y, double z) // (c=(x0,y0,z0),

'double' cannot be used as non-types template parameters. Have a look at the
following page:

http://en.cppreference.com/w/cpp/language/template_parameters

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.18.

Top of Page