Skip to content
Snippets Groups Projects
Commit 9bc04969 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

STYLE: French debug message

parent cf62b5d7
No related branches found
Tags 2.6-RC-1
No related merge requests found
......@@ -200,7 +200,7 @@ namespace otb
std::streamoff lNbPixels = (static_cast<std::streamoff>(lNbColumns))*(static_cast<std::streamoff>(lNbLines));
std::streamoff lTailleBuffer = static_cast<std::streamoff>(m_NbOctetPixel)*lNbPixels;
otbMsgDevMacro( <<" Allocation buff tempon taille : "<<lNbPixels<<"*"<<m_NbOctetPixel<<" (NbOctetPixel) = "<<lTailleBuffer);
otbMsgDevMacro( <<" Allocation buff size : "<<lNbPixels<<"*"<<m_NbOctetPixel<<" (NbOctetPixel) = "<<lTailleBuffer);
otbMsgDevMacro( <<" sizeof(streamsize) : "<<sizeof(std::streamsize));
otbMsgDevMacro( <<" sizeof(streampos) : "<<sizeof(std::streampos));
otbMsgDevMacro( <<" sizeof(streamoff) : "<<sizeof(std::streamoff));
......
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