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

BUG: Correction previous commit error.

parent 1e631f48
Branches
Tags
No related merge requests found
......@@ -57,7 +57,7 @@ int otbMorphologicalOpeningProfileFilter(int argc, char * argv[])
profileFilter->SetProfileSize(profileSize);
profileFilter->SetInitialValue(initialValue);
profileFilter->SetStep(step);
profileFilter->GetOutput()->UpdateOutputInformation();
profileFilter->Update();
WriterType::Pointer writer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment