Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Random_points_on_sphere_3

Subject: CGAL users discussion list

List archive

[cgal-discuss] Random_points_on_sphere_3


Chronological Thread 
  • From: sbdk11 <>
  • To:
  • Subject: [cgal-discuss] Random_points_on_sphere_3
  • Date: Sun, 3 Oct 2010 18:12:53 -0700 (PDT)


Why I am getting following errors for the line
CGAL::Random_points_on_sphere_3<Point_3,Creator> g(20,Random&
rnd=default_random);


/cpp/test1/test3.cpp: In function ‘int main()’:
/cpp/test1/test3.cpp:75: error: ‘Random’ was not declared in this scope
/cpp/test1/test3.cpp:75: error: ‘rnd’ was not declared in this scope
/cpp/test1/test3.cpp:75: error: ‘default_random’ was not declared in this
scope

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Random-points-on-sphere-3-tp2953695p2953695.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page