From dcda52aed5a7da86d783e85637555693d912c651 Mon Sep 17 00:00:00 2001
From: Otmane Lahlou <otmane.lahlou@c-s.fr>
Date: Tue, 13 Dec 2011 14:45:19 +0100
Subject: [PATCH] ENH: forgotten point separator

---
 Code/ApplicationEngine/otbWrapperElevationParametersHandler.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/ApplicationEngine/otbWrapperElevationParametersHandler.cxx b/Code/ApplicationEngine/otbWrapperElevationParametersHandler.cxx
index 2d36a23152..d981d41329 100644
--- a/Code/ApplicationEngine/otbWrapperElevationParametersHandler.cxx
+++ b/Code/ApplicationEngine/otbWrapperElevationParametersHandler.cxx
@@ -138,7 +138,7 @@ bool
 ElevationParametersHandler::IsGeoidUsed(const Application::Pointer app, const std::string& key)
 {
   std::ostringstream geoidKey;
-  geoidKey<< key<<"dem.geoid";
+  geoidKey<< key<<".dem.geoid";
   
   return app->IsParameterEnabled(geoidKey.str()) && app->HasValue(geoidKey.str());
 }
-- 
GitLab