Skip to content
Snippets Groups Projects
Commit 48b44724 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

WRG:comment unused variable

parent 7fc121ec
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ FCLSUnmixingFunctor<TInput, TOutput, TPrecision>
unsigned int nbBands = in.Size();
// Apply FCLS iterations
const double Delta = 1.0E-6;
//const double Delta = 1.0E-6;
VectorType s(nbBands + 1);
for (unsigned int r = 0; r < nbBands; ++r)
{
......
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