From 6650072ed6ed6a1eb41826eec38df9fdaad2f413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <cedric.traizet@c-s.fr> Date: Thu, 16 May 2019 14:32:02 +0200 Subject: [PATCH] BUG: fix compilation (extra character) --- .../Applications/AppClassification/app/otbTrainRegression.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Applications/AppClassification/app/otbTrainRegression.cxx b/Modules/Applications/AppClassification/app/otbTrainRegression.cxx index 18047e3ff3..ac1977b4da 100644 --- a/Modules/Applications/AppClassification/app/otbTrainRegression.cxx +++ b/Modules/Applications/AppClassification/app/otbTrainRegression.cxx @@ -1,4 +1,4 @@ -c /* +/* * Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES) * * This file is part of Orfeo Toolbox @@ -45,7 +45,7 @@ c /* // Elevation handler #include "otbWrapperElevationParametersHandler.h" - namespace otb +namespace otb { namespace Wrapper { -- GitLab