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

STYLE

parent 9f511ae9
Branches
Tags
No related merge requests found
...@@ -706,7 +706,7 @@ void Multi3DMapToDEMFilter<T3DImage, TMaskImage, TOutputDEMImage>::ThreadedGener ...@@ -706,7 +706,7 @@ void Multi3DMapToDEMFilter<T3DImage, TMaskImage, TOutputDEMImage>::ThreadedGener
default: default:
itkExceptionMacro(<< "Unexpected value cell fusion mode :"<<this->m_CellFusionMode) itkExceptionMacro(<< "Unexpected value cell fusion mode :"<<this->m_CellFusionMode)
; ;
break; break;
} }
} }
......
...@@ -75,7 +75,7 @@ int main(int argc, char* argv[]) ...@@ -75,7 +75,7 @@ int main(int argc, char* argv[])
// Software Guide : EndCodeSnippet // Software Guide : EndCodeSnippet
unsigned int inputSeed = 121212; unsigned int inputSeed = 121212;
const char* outputModelFileName = argv[1];//argv[5]; const char* outputModelFileName = argv[1]; //argv[5];
// Software Guide : BeginLatex // Software Guide : BeginLatex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment