From 7a71e934021a7f4bc9ef94de3ed8e5b1ba66e2dd Mon Sep 17 00:00:00 2001 From: Ophir Setter Date: Tue, 16 Sep 2008 14:40:45 +0000 Subject: [PATCH] add comment --- Minkowski_sum_2/test/Minkowski_sum_2/test_Minkowski_sum.cpp | 5 ++++- Minkowski_sum_2/test/Minkowski_sum_2/test_approx_offset.cpp | 5 ++++- Minkowski_sum_2/test/Minkowski_sum_2/test_exact_offset.cpp | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Minkowski_sum_2/test/Minkowski_sum_2/test_Minkowski_sum.cpp b/Minkowski_sum_2/test/Minkowski_sum_2/test_Minkowski_sum.cpp index 4253a0bda43..94ebc923ecc 100644 --- a/Minkowski_sum_2/test/Minkowski_sum_2/test_Minkowski_sum.cpp +++ b/Minkowski_sum_2/test/Minkowski_sum_2/test_Minkowski_sum.cpp @@ -46,7 +46,10 @@ bool are_equal (const Polygon_with_holes_2& ph1, /*! The main program. */ int main (int argc, char **argv) { - // Read the input file. + // Read the input file. Because of the structure of the *.cmd file + // (which is concatenated to the command line) we need to get all the + // inputs in one command line. This is the reason we read triplets/pairs of + // arguments. Each triplet/double is one input for the program. if (argc < 3) { std::cerr << "Usage: " << argv[0] << ". The input are triplets of:" diff --git a/Minkowski_sum_2/test/Minkowski_sum_2/test_approx_offset.cpp b/Minkowski_sum_2/test/Minkowski_sum_2/test_approx_offset.cpp index a0bd9a6acda..49e8f2f21cc 100644 --- a/Minkowski_sum_2/test/Minkowski_sum_2/test_approx_offset.cpp +++ b/Minkowski_sum_2/test/Minkowski_sum_2/test_approx_offset.cpp @@ -50,7 +50,10 @@ bool are_equal (const Offset_polygon_with_holes_2& ph1, /*! The main program. */ int main (int argc, char **argv) { - // Read the input file. + // Read the input file. Because of the structure of the *.cmd file + // (which is concatenated to the command line) we need to get all the + // inputs in one command line. This is the reason we read triplets/pairs of + // arguments. Each triplet/double is one input for the program. if (argc < 3) { std::cerr << "Usage (input is triplets of): " diff --git a/Minkowski_sum_2/test/Minkowski_sum_2/test_exact_offset.cpp b/Minkowski_sum_2/test/Minkowski_sum_2/test_exact_offset.cpp index d7cd1194b7b..61c96dc629a 100644 --- a/Minkowski_sum_2/test/Minkowski_sum_2/test_exact_offset.cpp +++ b/Minkowski_sum_2/test/Minkowski_sum_2/test_exact_offset.cpp @@ -60,7 +60,10 @@ bool are_equal (const Offset_polygon_with_holes_2& ph1, /*! The main program. */ int main (int argc, char **argv) { - // Read the input file. + // Read the input file. Because of the structure of the *.cmd file + // (which is concatenated to the command line) we need to get all the + // inputs in one command line. This is the reason we read triplets/pairs of + // arguments. Each triplet/double is one input for the program. if (argc < 3) { std::cerr << "Usage (input is triplets of): "