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

WRG: Correction warning for otbSOMWithMissingValue class (comparison between...

WRG: Correction warning for otbSOMWithMissingValue class (comparison between signed and unsigned integer)
parent 81327832
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ void
SOMWithMissingValue< TListSample, TMap, TSOMLearningBehaviorFunctor, TSOMNeighborhoodBehaviorFunctor >
::UpdateMap( const NeuronType& sample, double beta, SizeType& radius )
{
int i,j;
unsigned int i,j;
// output map pointer
MapPointerType map = this->GetOutput(0);
......
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