This website requires JavaScript.
Explore
Help
Sign In
songsenand
/
cgal
mirror of
https://github.com/CGAL/cgal
Watch
1
Star
0
Fork
You've already forked cgal
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0b23f9047e
cgal
/
Mesh_3
/
applications
/
dump_to_ghs_points
12 lines
101 B
Perl
Executable File
Raw
Blame
History
#!/usr/bin/perl -w
my
$
n
=
<
>
;
chop
$
n
;
print
"$n\n"
;
while
(
<
>
)
{
chop
;
print
;
print
" 0\n"
;
}
Reference in New Issue
View Git Blame
Copy Permalink