This commit is contained in:
tth 2021-05-08 21:48:29 +02:00
parent ade40f2029
commit c0f3b86d0c
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ for (idx=0; idx<nbre; idx++) {
d->B[idx] = maxval * sqrt(dval); d->B[idx] = maxval * sqrt(dval);
} }
return -1; return 0;
} }
/* ---------------------------------------------------------------- */ /* ---------------------------------------------------------------- */
int fimg_power_2(FloatImg *s, FloatImg *d, double maxval) int fimg_power_2(FloatImg *s, FloatImg *d, double maxval)