File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -281,8 +281,9 @@ GDCMImageIO::Read(void * pointer)
281
281
282
282
itkAssertInDebugAndIgnoreInReleaseMacro (gdcm::ImageHelper::GetForceRescaleInterceptSlope ());
283
283
// Only available in newer versions
284
- #if (!defined(ITK_USE_SYSTEM_GDCM) || \
285
- ((GDCM_MAJOR_VERSION == 3 && GDCM_MINOR_VERSION == 0 && GDCM_BUILD_VERSION > 23 ) || GDCM_MAJOR_VERSION > 3 ))
284
+ #if (!defined(ITK_USE_SYSTEM_GDCM) || \
285
+ ((GDCM_MAJOR_VERSION == 3 && GDCM_MINOR_VERSION == 0 && GDCM_BUILD_VERSION > 23 ) || \
286
+ (GDCM_MAJOR_VERSION == 3 && GDCM_MINOR_VERSION > 0 ) || GDCM_MAJOR_VERSION > 3 ))
286
287
// Secondary capture image orientation patient and image position patient support
287
288
itkAssertInDebugAndIgnoreInReleaseMacro (gdcm::ImageHelper::GetSecondaryCaptureImagePlaneModule ());
288
289
#endif
@@ -455,8 +456,9 @@ GDCMImageIO::InternalReadImageInformation()
455
456
// In general this should be relatively safe to assume
456
457
gdcm::ImageHelper::SetForceRescaleInterceptSlope (true );
457
458
// Only available in newer versions
458
- #if (!defined(ITK_USE_SYSTEM_GDCM) || \
459
- ((GDCM_MAJOR_VERSION == 3 && GDCM_MINOR_VERSION == 0 && GDCM_BUILD_VERSION > 23 ) || GDCM_MAJOR_VERSION > 3 ))
459
+ #if (!defined(ITK_USE_SYSTEM_GDCM) || \
460
+ ((GDCM_MAJOR_VERSION == 3 && GDCM_MINOR_VERSION == 0 && GDCM_BUILD_VERSION > 23 ) || \
461
+ (GDCM_MAJOR_VERSION == 3 && GDCM_MINOR_VERSION > 0 ) || GDCM_MAJOR_VERSION > 3 ))
460
462
// Secondary capture image orientation patient and image position patient support
461
463
gdcm::ImageHelper::SetSecondaryCaptureImagePlaneModule (true );
462
464
#endif
You can’t perform that action at this time.
0 commit comments