mirror of https://github.com/CGAL/cgal
Fixed a typo
This commit is contained in:
parent
0a3d8084ea
commit
25b1f95449
|
|
@ -100,7 +100,7 @@ void draw_random_arcs(int n) {
|
||||||
int main() {
|
int main() {
|
||||||
draw_face_crossing_boundary();
|
draw_face_crossing_boundary();
|
||||||
draw_lakes();
|
draw_lakes();
|
||||||
draw_guassian_map();
|
draw_gaussian_map();
|
||||||
draw_random_arcs(100);
|
draw_random_arcs(100);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue