Skip to content
Snippets Groups Projects
Commit 65ac0463 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH : Use UpdateOutputInformation to avoid test failure

parent 7971764c
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,7 @@ MapFileProductWriter<TInputImage>
{
// Get the input Image
m_VectorImage = const_cast<TInputImage *>(this->GetInput());
m_VectorImage->UpdateOuptputInformation();
// Initialize the filename, the vectordatas
this->Initialize();
......
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