forked from tTh/FloatImg
better message
This commit is contained in:
parent
4fec59ec64
commit
78ab2b4278
@ -346,7 +346,7 @@ if (verbosity) fprintf(stderr, "saving cumul to '%s'\n", outfile);
|
|||||||
/* ----- nouveau 15 nov 2019 */
|
/* ----- nouveau 15 nov 2019 */
|
||||||
maxvalue = cumul.fval * cumul.count;
|
maxvalue = cumul.fval * cumul.count;
|
||||||
if (verbosity) {
|
if (verbosity) {
|
||||||
fprintf(stderr, "computed maxvalue = %g\n", maxvalue);
|
fprintf(stderr, "theorical maxvalue = %g\n", maxvalue);
|
||||||
}
|
}
|
||||||
switch (contrast) {
|
switch (contrast) {
|
||||||
case CONTRAST_NONE:
|
case CONTRAST_NONE:
|
||||||
|
Loading…
Reference in New Issue
Block a user