mirror of https://github.com/CGAL/cgal
remove warning
This commit is contained in:
parent
b5047c9bb8
commit
e270de4b67
|
|
@ -268,7 +268,6 @@ MainWindow::on_actionGenerateSegmentFans_triggered()
|
||||||
void
|
void
|
||||||
MainWindow::on_actionGeneratePolytopeInDisc_triggered()
|
MainWindow::on_actionGeneratePolytopeInDisc_triggered()
|
||||||
{
|
{
|
||||||
typedef CGAL::Points_on_segment_2<Point_2> PG;
|
|
||||||
boost::mt19937 gen;
|
boost::mt19937 gen;
|
||||||
gen.seed(time(0));
|
gen.seed(time(0));
|
||||||
std::vector<Point_2> points;
|
std::vector<Point_2> points;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue