+ multidots glitcher
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user