Skip to content

Commit 8df8922

Browse files
authored
Merge pull request #58 from romangrothausmann/patch-1
DOC: TerminationValue is 1.0 by default (not 0.0)
2 parents f658f82 + 942f480 commit 8df8922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/itkArrivalFunctionToPathFilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ class ITK_EXPORT ArrivalFunctionToPathFilter :
204204

205205
/** Get/set the termination. Once the current optimizer value falls below
206206
* TerminationValue, no further points will be appended to the path.
207-
* The default value is 0.0. */
207+
* The default value is 1.0. */
208208
itkSetMacro(TerminationValue, typename OptimizerType::MeasureType);
209209
itkGetMacro(TerminationValue, typename OptimizerType::MeasureType);
210210

0 commit comments

Comments
 (0)