mirror of https://github.com/CGAL/cgal
help message
This commit is contained in:
parent
3d6e53f1e4
commit
68627f4fb0
|
|
@ -32,8 +32,14 @@ struct nngIpelet
|
||||||
void protected_run(int);
|
void protected_run(int);
|
||||||
};
|
};
|
||||||
|
|
||||||
void nngIpelet::protected_run(int /*fn*/)
|
void nngIpelet::protected_run(int fn)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
if(fn == 1){
|
||||||
|
show_help();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
std::list<Point_2> pt_list;
|
std::list<Point_2> pt_list;
|
||||||
|
|
||||||
read_active_objects(
|
read_active_objects(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue