Skip to content
Snippets Groups Projects
Commit 097c6e54 authored by Julien Michel's avatar Julien Michel
Browse files

BUG: Wrong type in dynamic_cast when writing ComplexOutputImageParameter with double precision

parent b43f15b4
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ ComplexOutputImageParameter::Write()
}
else if (dynamic_cast<ComplexDoubleImageType*>(m_Image.GetPointer()))
{
SwitchImageWrite<DoubleImageType>();
SwitchImageWrite<ComplexDoubleImageType>();
}
else if (dynamic_cast<ComplexFloatVectorImageType*>(m_Image.GetPointer()))
{
......
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