Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Fix
TransformToDisplacementFieldFilter
displacementPoint/Vector
The subtraction `transformedPoint - outputPoint` yields a `Vector`, not a `Point`. Adjusted `NonlinearThreadedGenerateData` accordingly. This little flaw was found by locally (temporarily) declaring converting constructors of `Point` "explicit".
- Loading branch information