Skip to content
Snippets Groups Projects
Commit 3f0eb9bd authored by Cédric Traizet's avatar Cédric Traizet
Browse files

Revert "BUG: use the new DEMHandler API in Ice"

This reverts commit ba914d9c.
parent ba914d9c
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ int main(int argc, char* argv[])
char* demdir = getenv("OTB_DEM_DIR");
char* geoidfile = getenv("OTB_GEOID_FILE");
auto& demHandler = otb::DEMHandler::GetInstance();
otb::DEMHandler::Pointer demHandler = otb::DEMHandler::Instance();
if (demdir != nullptr)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment