From 8419fd37e69c45f6ee9e8cc1f13943f5bcc7c040 Mon Sep 17 00:00:00 2001 From: OTB Bot <otbbot@orfeo-toolbox.org> Date: Fri, 28 Jun 2013 19:58:45 +0200 Subject: [PATCH] STYLE --- Code/DisparityMap/otbMulti3DMapToDEMFilter.txx | 2 +- .../Learning/TrainMachineLearningModelFromSamplesExample.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/DisparityMap/otbMulti3DMapToDEMFilter.txx b/Code/DisparityMap/otbMulti3DMapToDEMFilter.txx index 120cd22f79..c48b3a5655 100644 --- a/Code/DisparityMap/otbMulti3DMapToDEMFilter.txx +++ b/Code/DisparityMap/otbMulti3DMapToDEMFilter.txx @@ -706,7 +706,7 @@ void Multi3DMapToDEMFilter<T3DImage, TMaskImage, TOutputDEMImage>::ThreadedGener default: itkExceptionMacro(<< "Unexpected value cell fusion mode :"<<this->m_CellFusionMode) - ; + ; break; } } diff --git a/Examples/Learning/TrainMachineLearningModelFromSamplesExample.cxx b/Examples/Learning/TrainMachineLearningModelFromSamplesExample.cxx index 1022aaad76..4fe46985f5 100644 --- a/Examples/Learning/TrainMachineLearningModelFromSamplesExample.cxx +++ b/Examples/Learning/TrainMachineLearningModelFromSamplesExample.cxx @@ -75,7 +75,7 @@ int main(int argc, char* argv[]) // Software Guide : EndCodeSnippet unsigned int inputSeed = 121212; - const char* outputModelFileName = argv[1];//argv[5]; + const char* outputModelFileName = argv[1]; //argv[5]; // Software Guide : BeginLatex -- GitLab