We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f658f82 + 942f480 commit 8df8922Copy full SHA for 8df8922
include/itkArrivalFunctionToPathFilter.h
@@ -204,7 +204,7 @@ class ITK_EXPORT ArrivalFunctionToPathFilter :
204
205
/** Get/set the termination. Once the current optimizer value falls below
206
* TerminationValue, no further points will be appended to the path.
207
- * The default value is 0.0. */
+ * The default value is 1.0. */
208
itkSetMacro(TerminationValue, typename OptimizerType::MeasureType);
209
itkGetMacro(TerminationValue, typename OptimizerType::MeasureType);
210
0 commit comments