+ multidots glitcher

This commit is contained in:
2021-01-16 11:29:40 +01:00
parent d3dfd6de0a
commit 3778e75399
7 changed files with 50 additions and 16 deletions

View File

@@ -89,7 +89,7 @@ for (idx=0; idx<nombre; idx++) {
if (method) {
/* and now, we can massage all our datas */
// fprintf(stderr, "sorting %d ...\n", method);
fprintf(stderr, "sorting method = %d ...\n", method);
qsort(idxvalues, nombre, sizeof(IdxValue), cmp_idxvalues);
}
@@ -128,7 +128,7 @@ IdxValue *idx_values; /* gni? */
fprintf(stderr, " interpolate from '%s' to '%s' with %d steps.\n",
pattern, outdir, Nsteps);
if (negative) fprintf(stderr, "%s: negative on\n", __func__);
if (negative) fprintf(stderr, "%s: negative ON\n", __func__);
memset(&globbuf, 0, sizeof(glob_t));
foo = glob(pattern, 0, NULL, &globbuf);