From 2a5e819d71838ad1b3869e48400cfcd7cc6ee587 Mon Sep 17 00:00:00 2001 From: nbv Date: Tue, 4 Dec 2018 10:03:22 +0300 Subject: [PATCH] # Corrections according to remarks --- src/GeomliteTest/GeomliteTest_API2dCommands.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/GeomliteTest/GeomliteTest_API2dCommands.cxx b/src/GeomliteTest/GeomliteTest_API2dCommands.cxx index 300e59abd3..3095a89ab7 100644 --- a/src/GeomliteTest/GeomliteTest_API2dCommands.cxx +++ b/src/GeomliteTest/GeomliteTest_API2dCommands.cxx @@ -557,7 +557,9 @@ static Standard_Integer deviation(Draw_Interpretor& theDI, Standard_Integer theN { if (theNArg < 3) { - theDI << "Use: deviation2d result curve [U0]\n"; + theDI << "Use: deviation2d result curve [-i U0] [-d N]\n" + "\"-i\" sets an initial parameter for computation by iterative method;\n" + "\"-d\" sets number of sub-intervals for searching. Default value is 2."; return 1; } @@ -683,8 +685,6 @@ void GeomliteTest::API2dCommands(Draw_Interpretor& theCommands) intconcon, g); theCommands.Add("2ddeviation", "deviation2d result curve [-i U0] [-d N]\n" - "\"-i\" sets an initial parameter for computation by iterative method;\n" - "\"-d\" sets number of sub-intervals for searching. Default val is 2.", __FILE__, deviation, g); } -- 2.39.5