From c746897a1feeb149d7efef2cb01876e7e1cf3ee0 Mon Sep 17 00:00:00 2001 From: Sandhyaa Radhakrishnan Date: Mon, 15 Aug 2011 07:26:13 +0000 Subject: [PATCH] Benchmark program --- .../benchmark/Minkowski_sum_2/sum_by_decomposition.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Minkowski_sum_2/benchmark/Minkowski_sum_2/sum_by_decomposition.cpp b/Minkowski_sum_2/benchmark/Minkowski_sum_2/sum_by_decomposition.cpp index 3417fe5da6a..37cec85b4a8 100644 --- a/Minkowski_sum_2/benchmark/Minkowski_sum_2/sum_by_decomposition.cpp +++ b/Minkowski_sum_2/benchmark/Minkowski_sum_2/sum_by_decomposition.cpp @@ -20,7 +20,6 @@ int main (int argc, char * argv[]) { CGAL::Timer t_mink_sum; - // Open the input file. if (argc < 2) { std::cerr << "Failed to open the input file." << std::endl; return (1);