Skip to content
Snippets Groups Projects
Commit bc7c98c3 authored by Julien Michel's avatar Julien Michel
Browse files

DOC: Fix documentation string for modesearch parameter

parent f3f6e7b8
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ private:
MandatoryOff("rangeramp");
AddParameter(ParameterType_Empty, "modesearch", "Mode search.");
SetParameterDescription("modesearch", "If activated pixel iterative convergence is stopped if the path . Be careful, with this option, the result will slightly depend on thread number");
SetParameterDescription("modesearch", "If activated pixel iterative convergence is stopped if the path crosses an already converged pixel. Be careful, with this option, the result will slightly depend on thread number");
EnableParameter("modesearch");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment