Skip to content
Snippets Groups Projects
Commit b37458c7 authored by Aurélien Bricier's avatar Aurélien Bricier
Browse files

BUG : correct RenderingImageFilter

parent 6c3163b7
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ public:
}
// Initialize the rendering function
this->GetFunctor().InitializeFunction(this->GetInput()->GetMetaDataDictionary())
this->GetFunctor().InitializeFunction(this->GetInput()->GetMetaDataDictionary());
otbMsgDevMacro(<< "RenderingImageFilter::BeforeThreadedGenerateData():");
otbMsgDevMacro(<< " - Output functor size "
......
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