forked from tTh/FloatImg
cosmetic
This commit is contained in:
parent
10c92cc212
commit
7ada60d113
|
@ -32,11 +32,6 @@ fprintf(stderr, "mean values:\n");
|
|||
for (foo=0; foo<4; foo++)
|
||||
printf(" %c %14.6f\n", "RGBA"[foo], moyennes[foo]);
|
||||
|
||||
/*
|
||||
fvalue = fimg_get_maxvalue(fimg);
|
||||
printf("max value %f\n", fvalue);
|
||||
*/
|
||||
|
||||
foo = fimg_count_negativ(fimg);
|
||||
if (foo) {
|
||||
fprintf(stderr, "%d negative values\n", foo);
|
||||
|
|
Loading…
Reference in New Issue