Skip to content
Snippets Groups Projects
Commit 6ef3b79e authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

STYLE: removing some otbMsgDevMacro

parent e990cbc2
Branches
Tags
No related merge requests found
......@@ -102,10 +102,10 @@ namespace otb
currentindex=outIt.GetIndex();
DEMImage->TransformIndexToPhysicalPoint(currentindex, phyPoint);
otbMsgDevMacro(<< "PhyPoint : (" << phyPoint[0] << "," << phyPoint[1] << ")") ;
// otbMsgDevMacro(<< "PhyPoint : (" << phyPoint[0] << "," << phyPoint[1] << ")") ;
height=m_DEMHandler->GetHeightAboveMSL(phyPoint); // Altitude calculation
otbMsgDevMacro(<< "height" << height) ;
// otbMsgDevMacro(<< "height" << height) ;
// MNT sets a default value (-32768) at point where it doesn't have altitude information.
// OSSIM has chosen to change this default value in OSSIM_DBL_NAN (-4.5036e15).
if (!ossim::isnan(height))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment