added a debug msg
This commit is contained in:
parent
187c9488b2
commit
f19b526597
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user