Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Remove unreachable condition in FMUG all target reached mode
Remove unreachable condition when setting the target reached mode to all targets in `itk::FastMarchingUpwindGradientImageFilter`. The empty t target point vector is already checked, and setting the mode prior to the check would introduce a bug.
- Loading branch information