shorten long lines

This commit is contained in:
Efi Fogel 2003-05-01 12:28:41 +00:00
parent 7ec7eab4fb
commit f098d243c8
2 changed files with 4 additions and 3 deletions

View File

@ -107,7 +107,7 @@ void read_arr(Arr_2 & arr, char * filename)
}
}
// redraw function for the LEDA window. used automatically when window reappears
// redraw function for LEDA window. used automatically when window reappears
void redraw(CGAL::Window_stream * wp)
{
wp->start_buffering();

View File

@ -94,7 +94,8 @@ void show_welcome_message(CGAL::Window_stream & os)
text += "Click left button for polyline points.\\n ";
text += "Click right button as last point in polygon.\\n ";
text += " \\n ";
text += "Clicking close to a point, assumes the location is at the point.\\n ";
text +=
"Clicking close to a point, assumes the location is at the point.\\n ";
text += "Lonely points will be discarded.\\n ";
os.set_status_string("Press Begin to enter polylines.");
@ -102,7 +103,7 @@ void show_welcome_message(CGAL::Window_stream & os)
// wait for button
}
// redraw function for the LEDA window. used automatically when window reappears
// redraw function for LEDA window. used automatically when window reappears
void redraw(CGAL::Window_stream * wp)
{
wp->start_buffering();