Skip to content

Commit

Permalink
STYLE: removed obsolete and confusing old comment
Browse files Browse the repository at this point in the history
It should have been removed in 14fbe52, but was missed.
  • Loading branch information
seanm authored and dzenanz committed Jun 29, 2022
1 parent a549eb8 commit b53f1aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Modules/IO/GDCM/src/itkGDCMImageIO.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b53f1aa

Please sign in to comment.