Skip to content
Snippets Groups Projects
Commit 9d70aa87 authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent 60bd5c92
Branches
Tags
No related merge requests found
......@@ -43,14 +43,14 @@ int otbWaveletTransform_generic(int argc, char * argv[])
if (argc == 7)
{
NbOfThreadsForward = atoi(argv[6]);
NbOfThreadsInverse = NbOfThreadsForward;
NbOfThreadsForward = atoi(argv[6]);
NbOfThreadsInverse = NbOfThreadsForward;
}
if (argc == 8)
{
NbOfThreadsForward = atoi(argv[6]);
NbOfThreadsInverse = atoi(argv[7]);
NbOfThreadsForward = atoi(argv[6]);
NbOfThreadsInverse = atoi(argv[7]);
}
const int Dimension = 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment