Skip to content
Snippets Groups Projects
Commit fb4a5488 authored by Christophe Palmann's avatar Christophe Palmann
Browse files

COMP: DEMConvert application (small error)

parent 34421a8d
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ void DoExecute()
paramOut->SetValue(inImage);
// Set the output pixel type
itk::ImageIOBase::Pointer imageIO = ImageIOFactory::CreateImageIO( GetParameterString("in").c_str(),
ImageIOBase::Pointer imageIO = ImageIOFactory::CreateImageIO( GetParameterString("in").c_str(),
ImageIOFactory::ReadMode);
std::string componentTypeInfo(imageIO->GetComponentTypeInfo().name());
if( componentTypeInfo == typeid(unsigned char).name())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment