add comment

This commit is contained in:
Ophir Setter
2008-09-16 14:40:45 +00:00
parent 42658202bf
commit 7a71e93402
3 changed files with 12 additions and 3 deletions
@@ -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:"
@@ -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): <polygon> <radius> "
@@ -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): <polygon> <radius> "