Add the new demo Otr2, since 4.8

This commit is contained in:
Laurent Rineau 2016-09-27 12:08:27 +02:00
parent 119763e168
commit 9a6a1bcc9b
1 changed files with 4 additions and 2 deletions

View File

@ -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