nano cleanup

This commit is contained in:
tTh 2023-11-29 11:24:58 +01:00
parent a438ab9362
commit 9dd2064b7a
1 changed files with 1 additions and 5 deletions

View File

@ -41,6 +41,7 @@ void help(int v)
puts("");
puts("$ cumulfimgs a.fimg b.fimg c-fimg ...");
puts("cumulator options :");
puts("\t-a\tcompute average");
puts("\t-g\tconvert to gray level");
puts("\t-m\tcompute the max of the maxes");
puts("\t-o\tname of output file");
@ -140,11 +141,6 @@ if (rescale) {
fimg_div_cste(&accu, (float)compte);
}
/* XXX */
if (experiment) {
}
/* XXX */
fprintf(stderr, "max of max %9.3f %9.3f %9.3f\n",
vals[0], vals[1], vals[2]);