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

Replace unsigned i par unsigned int i (cf comme utilisation dans vnl_matrix d'ITK).

parent 0bc70dd7
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ CumulantsForEdgeworthProfile<TInput>
fSum0 = fSum1 = fSum2 = fSum3 = fSum4 = 0.0;
fMu[0].Fill(0.0);
unsigned i,j;
unsigned int i,j;
unsigned long k = 0;
double pixel,pixel_2;
......@@ -251,7 +251,7 @@ CumulantsForEdgeworthProfile<TInput>
double pixel,pixel_2;
unsigned i,j;
unsigned int i,j;
unsigned long k = 0L;
// for ( unsigned long i = 0; i < input.Size(); i++ )
......
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