mirror of https://github.com/CGAL/cgal
Add the new demo Otr2, since 4.8
This commit is contained in:
parent
119763e168
commit
9a6a1bcc9b
|
|
@ -62,9 +62,11 @@ rm -rf Circular_kernel_3_Demo
|
||||||
pushd Polyline_simplification_2_Demo; zip ../polyline_simplification_2.zip *; popd
|
pushd Polyline_simplification_2_Demo; zip ../polyline_simplification_2.zip *; popd
|
||||||
|
|
||||||
# CGAL-4.7
|
# CGAL-4.7
|
||||||
|
|
||||||
pushd Segment_Delaunay_graph_Linf_2_Demo; zip ../segment_voronoi_diagram_2.zip *; popd
|
pushd Segment_Delaunay_graph_Linf_2_Demo; zip ../segment_voronoi_diagram_2.zip *; popd
|
||||||
|
|
||||||
|
# CGAL-4.8
|
||||||
|
pushd Optimal_transportation_reconstruction_2_Demo; zip ../otr2.zip *; popd
|
||||||
|
|
||||||
# check
|
# check
|
||||||
echo CHECK now. The following lines should be empty.
|
echo CHECK now. The following lines should be empty.
|
||||||
for f in *zip; do unzip -qql $f; done | awk '{print $4}' >| done
|
for f in *zip; do unzip -qql $f; done | awk '{print $4}' >| done
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue