added a debug msg

This commit is contained in:
phyto 2021-05-05 10:12:01 +02:00
parent 187c9488b2
commit f19b526597
1 changed files with 4 additions and 2 deletions

View File

@ -49,8 +49,10 @@ float ftmp;
fprintf(stderr, ">>> %s ( %p %d )\n", __func__, pvictime, bits);
#endif
fprintf(stderr, "--- %s: hauteur image = %d fval = %f\n", __func__,
pvictime->height, fval);
if (verbosity > 1) {
fprintf(stderr, "--> %s: hauteur image = %d fval = %f\n",
__func__, pvictime->height, fval);
}
line = rand() % pvictime->height;