Skip to content
Snippets Groups Projects
Commit 944bf4fa authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: missing progress for complex output

parent 39c6c5ec
No related branches found
No related tags found
No related merge requests found
......@@ -210,8 +210,8 @@ ComplexOutputImageParameter::GetWriter()
// 0 : image
// 1 : VectorImage
if ( dynamic_cast<FloatVectorImageType*>( m_Image.GetPointer()) ||
dynamic_cast<DoubleVectorImageType*>(m_Image.GetPointer()))
if ( dynamic_cast<ComplexFloatVectorImageType*>( m_Image.GetPointer()) ||
dynamic_cast<ComplexDoubleVectorImageType*>(m_Image.GetPointer()))
{
type = 1;
}
......
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