Mael Rouxel-Labbé
|
1624867249
|
Renamed a variable for clarity
|
2017-06-28 10:14:35 +02:00 |
Mael Rouxel-Labbé
|
dc648c9cc2
|
Removed unnecessary semicolons
|
2017-06-28 10:14:35 +02:00 |
Mael Rouxel-Labbé
|
e63de324ec
|
Use traits rather than .point() to access the bare point of weighted point
|
2017-06-28 10:14:35 +02:00 |
Andreas Fabri
|
60fa986e1f
|
make the Polyhedron demo mesh_3_plugin work
|
2017-06-28 10:14:35 +02:00 |
Sébastien Loriot
|
50510c05ea
|
add include directive for license of all GPL header files
done using:
ack-grep "^GPL" */package_info/*/license.txt -l | awk -F "/" '{print $1}' > /tmp/gpl_packages
for i in `cat /tmp/gpl_packages | \
grep -v Operations_on_polyhedra | \
grep -v Algebraic_kernel_for_circles | \
grep -v Algebraic_kernel_for_spheres | \
grep -v Polyhedron_IO`;
do
echo $i
python Scripts/developer_scripts/add_license_in_pkg_header.py $i
done
python Scripts/developer_scripts/add_license_in_pkg_header.py Operations_on_polyhedra Polygon_mesh_processing
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_circles Circular_kernel_2
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_spheres Circular_kernel_3
python Scripts/developer_scripts/add_license_in_pkg_header.py Polyhedron_IO Polyhedron
|
2017-01-19 15:20:25 +01:00 |
Maxime Gimeno
|
a88981ddf5
|
Make the doc of the file just basic comments so the clas sis not officially documented.
|
2016-09-21 15:15:03 +02:00 |
Maxime Gimeno
|
5649c3f56b
|
Renaming
- Rename AABB_C3T3_triangle_primitive in AABB_triangulation_3_triangle_primitive and change the doc accordingly.
|
2016-09-20 12:22:01 +02:00 |