Skip to content
Snippets Groups Projects
Commit 173a0a9c authored by Romain Garrigues's avatar Romain Garrigues
Browse files

nomsg

parent 47b291b0
Branches
Tags
No related merge requests found
......@@ -65,7 +65,7 @@ namespace otb
NParametersDimensions>
::TransformPoint(const InputPointType &point) const
{
otbGenericMsgDebugMacro(<< "Geographic point lon/lat : (" << point[0] << "," << point[1] << ")");
otbMsgDevMacro(<< "Geographic point lon/lat : (" << point[0] << "," << point[1] << ")");
// Transformation of "itk::point" in "ossim::ossimGpt"
ossimGpt ossimGPoint(point[1], point[0]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment