Skip to content
Snippets Groups Projects
Commit 733ce54f authored by OTB Bot's avatar OTB Bot
Browse files

Suppression du (int) dans : oss<<(int)value;

Ne compile pas sous Visual 7.1
A voir si cela a un impact !
parent 156f655d
No related merge requests found
......@@ -208,7 +208,8 @@ HistogramAndTransfertFunctionWidget<THistogram,TPixel>
{
ValueType value = static_cast<ValueType>(m_Histogram->Quantile(0,0.)
+static_cast<double>(i)*step);
oss<<(int)value;
// oss<<(int)value;
oss<<value;
x=static_cast<double>(i)*gridXSpacing+m_MarginX;
y=m_MarginY/2;
gl_draw(oss.str().c_str(),(float)x,(float)y);
......
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