forked from tTh/FloatImg
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);
|
fprintf(stderr, ">>> %s ( %p %d )\n", __func__, pvictime, bits);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
fprintf(stderr, "--- %s: hauteur image = %d fval = %f\n", __func__,
|
if (verbosity > 1) {
|
||||||
pvictime->height, fval);
|
fprintf(stderr, "--> %s: hauteur image = %d fval = %f\n",
|
||||||
|
__func__, pvictime->height, fval);
|
||||||
|
}
|
||||||
|
|
||||||
line = rand() % pvictime->height;
|
line = rand() % pvictime->height;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user