This repository was archived by the owner on May 27, 2026. It is now read-only.
Commit c6bfa78
COMP: Fix missing include path and nodiscard warning
Add the module's include/ directory to the src/ executables' include
path so that itkVariationalRegistrationMultiResolutionFilter.h and
other module headers are found during the CTest dashboard build.
Also fix the nodiscard warning on TransformPhysicalPointToContinuousIndex
in itkContinuousBorderWarpImageFilter.hxx by throwing an exception when
the physical point falls outside the image domain.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 09bed60 commit c6bfa78
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments