forked from tTh/FloatImg
silent a message
This commit is contained in:
parent
c6b75d3bba
commit
2c407e5dd9
|
@ -116,7 +116,9 @@ int fimg_cos_01(FloatImg *s, FloatImg *d, double maxval)
|
|||
int nbre, idx;
|
||||
double dval;
|
||||
|
||||
#if DEBUG_LEVEL
|
||||
fprintf(stderr, ">>> %s ( %p %p %g )\n", __func__, s, d, maxval);
|
||||
#endif
|
||||
|
||||
if (s->type != FIMG_TYPE_RGB) {
|
||||
fprintf(stderr, "%s: type %d invalide\n",
|
||||
|
|
Loading…
Reference in New Issue