Skip to content
Snippets Groups Projects
Commit ec743948 authored by Mickael Savinaud's avatar Mickael Savinaud
Browse files

ENH: change the condition to write geom file into ImageFileWriter

parent 0a0cd165
Branches
Tags
No related merge requests found
......@@ -754,7 +754,7 @@ ImageFileWriter<TInputImage>
m_ImageIO->Write(dataPtr);
if (m_WriteGeomFile && m_FilenameHelper->GetWriteGEOMFile())
if (m_WriteGeomFile || m_FilenameHelper->GetWriteGEOMFile())
{
ImageKeywordlist otb_kwl;
itk::MetaDataDictionary dict = this->GetInput()->GetMetaDataDictionary();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment