silent a message

这个提交包含在:
tTh 2023-10-08 10:26:03 +02:00
父节点 c6b75d3bba
当前提交 2c407e5dd9

查看文件

@ -116,7 +116,9 @@ int fimg_cos_01(FloatImg *s, FloatImg *d, double maxval)
int nbre, idx; int nbre, idx;
double dval; double dval;
#if DEBUG_LEVEL
fprintf(stderr, ">>> %s ( %p %p %g )\n", __func__, s, d, maxval); fprintf(stderr, ">>> %s ( %p %p %g )\n", __func__, s, d, maxval);
#endif
if (s->type != FIMG_TYPE_RGB) { if (s->type != FIMG_TYPE_RGB) {
fprintf(stderr, "%s: type %d invalide\n", fprintf(stderr, "%s: type %d invalide\n",