forked from tTh/FloatImg
bla
This commit is contained in:
parent
6ea654019c
commit
de1edceaf3
|
@ -86,7 +86,7 @@ if (method) {
|
|||
|
||||
if (verbosity > 1) {
|
||||
for (idx=0; idx<nombre; idx++) {
|
||||
printf("%5d %9.6f %5d\n", idx,
|
||||
printf("%5d %9.3f %5d\n", idx,
|
||||
idxvalues[idx].value, idxvalues[idx].idx);
|
||||
fflush(stdout);
|
||||
}
|
||||
|
@ -185,12 +185,6 @@ for (idx=0; idx<globbuf.gl_pathc; idx++) {
|
|||
return foo;
|
||||
}
|
||||
|
||||
if (foo) {
|
||||
fprintf(stderr, "\n%s: out fx %d failure %d\n",
|
||||
__func__, outfx, foo);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
sprintf(line, "%s/%05d.png", outdir, ipng);
|
||||
foo = fimg_save_as_png(&Out, line, 0);
|
||||
if (foo) {
|
||||
|
|
Loading…
Reference in New Issue