From 3fb8dfcdb722da1291a7a41db8f2a96c773614e3 Mon Sep 17 00:00:00 2001 From: tonton th Date: Thu, 3 Dec 2020 19:47:02 +0100 Subject: [PATCH] cleanup --- Fonderie/interpolator.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Fonderie/interpolator.c b/Fonderie/interpolator.c index 36aaff62..0ad8230c 100644 --- a/Fonderie/interpolator.c +++ b/Fonderie/interpolator.c @@ -111,7 +111,7 @@ char *cptr, line[200]; float coef, value; IdxValue *idx_values; -fprintf(stderr, "\nfrom '%s' to '%s' with %d steps.\n", +fprintf(stderr, " interpolate from '%s' to '%s' with %d steps.\n", pattern, outdir, Nsteps); memset(&globbuf, 0, sizeof(glob_t)); @@ -137,11 +137,8 @@ w = iarray[0], h = iarray[1]; fprintf(stderr, "first image size : %dx%d\n", w, h); fimg_create(&A, w, h, 3); pFirst = &A; -// brotche_rand48_a(&A, 0.10, 250.555); fimg_create(&B, w, h, 3); pSecond = &B; -// brotche_rand48_a(&B, 0.10, 250.555); fimg_create(&Out, w, h, 3); -// brotche_rand48_a(&Out, 0.10, 250.555); ipng = 0; for (idx=0; idx