From b53f1aae2027dbf8e58184f4bf54d9bdca541f4d Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Tue, 28 Jun 2022 16:55:13 -0400 Subject: [PATCH] STYLE: removed obsolete and confusing old comment It should have been removed in 14fbe528a78efb5696b3526de3c3968b14dcbe71, but was missed. --- Modules/IO/GDCM/src/itkGDCMImageIO.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/IO/GDCM/src/itkGDCMImageIO.cxx b/Modules/IO/GDCM/src/itkGDCMImageIO.cxx index ef324b6ca54..dab57de4fd6 100644 --- a/Modules/IO/GDCM/src/itkGDCMImageIO.cxx +++ b/Modules/IO/GDCM/src/itkGDCMImageIO.cxx @@ -1173,7 +1173,6 @@ GDCMImageIO::Write(const void * buffer) case IOComponentEnum::UINT: pixeltype = gdcm::PixelFormat::UINT32; break; - // Disabling FLOAT and DOUBLE for now... case IOComponentEnum::FLOAT: pixeltype = gdcm::PixelFormat::FLOAT32; break;