Skip to content
Snippets Groups Projects
Commit faccb2de authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Suppression d'un printf.

parent c31854a4
Branches
Tags
No related merge requests found
......@@ -67,7 +67,6 @@ double LineRatioDetectorImageFilter<TInputImage, TOutputImage, InterpolatorType>
std::vector<double>::iterator m3It = m3->begin();
std::vector<double>::iterator m3End = m3->end();
otbMsgDevMacro( << "Means " );
while( m1It!=m1End && m2It!=m2End && m3It!=m3End )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment