Commit 34e25ce
committed
COMP: Use itk::Math::Absolute in transform inverse test
itk::Math::abs is a legacy alias for Absolute, compiled out under
ITK_FUTURE_LEGACY_REMOVE (itkMath.h). The new round-trip check
broke the future-legacy-remove nightly; use the non-deprecated
itk::Math::Absolute so the test builds in every configuration.1 parent 3bb3271 commit 34e25ce
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
0 commit comments