This repository was archived by the owner on May 27, 2026. It is now read-only.
Commit 9dcea5e
COMP: Guard CurvatureRegularizer wrapping on FFTW availability
itkVariationalRegistrationCurvatureRegularizer.h is entirely guarded
by #if defined(ITK_USE_FFTWD) || defined(ITK_USE_FFTWF). When FFTW
is not available the class does not exist, so the wrapping file must
also be conditional. Without this guard, castxml emits:
error: no template named 'VariationalRegistrationCurvatureRegularizer'
in namespace 'itk'; did you mean 'VariationalRegistrationRegularizer'?
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent fdc3df9 commit 9dcea5e
1 file changed
Lines changed: 9 additions & 7 deletions
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments