mirror of https://github.com/CGAL/cgal
Get rid of CGAL_REP_CLASS_DEFINED
This commit is contained in:
parent
7b114599ad
commit
1af16e27f4
|
|
@ -97,6 +97,7 @@ random_convex_set_2( int n,
|
|||
typedef typename Point_generator::value_type Point_2;
|
||||
return CGAL_random_convex_set_2(n, o, pg, reinterpret_cast<Point_2*>(0));
|
||||
}
|
||||
|
||||
template < class OutputIterator, class Point_generator, class R >
|
||||
inline
|
||||
OutputIterator
|
||||
|
|
|
|||
|
|
@ -29,11 +29,10 @@
|
|||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <numeric>
|
||||
#ifdef CGAL_REP_CLASS_DEFINED
|
||||
#include <CGAL/Random_convex_set_traits_2.h>
|
||||
#endif
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
||||
template < class OutputIterator, class Point_generator, class Traits >
|
||||
OutputIterator
|
||||
random_convex_set_2( int n,
|
||||
|
|
@ -124,11 +123,7 @@ random_convex_set_2( int n,
|
|||
bind2nd( Scale(), FT( pg.range()) / maxcoord));
|
||||
|
||||
} // random_convex_set_2( n, o, pg, t)
|
||||
|
||||
CGAL_END_NAMESPACE
|
||||
|
||||
#endif // ! (CGAL_RANDOM_CONVEX_SET_2_H)
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// ** EOF
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue