Skip to content

Commit 2bdb783

Browse files
authored
Merge pull request InsightSoftwareConsortium#6761 from gdevenyi/bruker-2dseq-format-conformance
Bruker 2dseq reader: ParaVision on-disk format conformance
2 parents af2fbc8 + 00bd94e commit 2bdb783

5 files changed

Lines changed: 640 additions & 183 deletions

File tree

Modules/IO/Bruker/include/itkBruker2dseqImageIO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class ITKIOBruker_EXPORT Bruker2dseqImageIO : public ImageIOBase
135135
void
136136
SwapBytesIfNecessary(void * buff, SizeValueType components);
137137

138-
IOComponentEnum m_OnDiskComponentType{ IOComponentEnum::UCHAR };
138+
IOComponentEnum m_OnDiskComponentType = IOComponentEnum::UCHAR;
139139
IOByteOrderEnum m_MachineByteOrder{};
140140
};
141141

Modules/IO/Bruker/itk-module.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ itk_module(
88
TEST_DEPENDS
99
ITKTestKernel
1010
ITKIOMeta
11+
ITKGoogleTest
1112
FACTORY_NAMES
1213
ImageIO::Bruker2dseq
1314
DESCRIPTION "${DOCUMENTATION}"

0 commit comments

Comments
 (0)