Skip to content
Snippets Groups Projects
Commit ec788487 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

Correction de l'argument 6

parent 48682828
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ int otbMorphologicalOpeningProfileFilter(int argc, char * argv[])
const char * outputFilenameSuffix = argv[3];
const unsigned int profileSize = atoi(argv[4]);
const unsigned int initialValue = atoi(argv[5]);
const unsigned int step = atoi(argv[5]);
const unsigned int step = atoi(argv[6]);
const unsigned int Dimension = 2;
......
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