pimp my parameters

This commit is contained in:
2020-10-06 12:48:17 +02:00
parent 3e0b227520
commit 91b5fe08a6
3 changed files with 17 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ else {
fimg_clone(&src, &dst, 1);
foo = fimg_classif_trial(&src, &dst, 0);
foo = fimg_classif_trial(&src, &dst, global_fvalue, 0);
if (foo) {
fprintf(stderr, "%s: err %d in classif_trial\n", __func__, foo);
return foo;
@@ -48,7 +48,7 @@ if (foo) {
return foo;
}
return foo;
return 0;
}
/* --------------------------------------------------------------------- */
/* nouveau 19 aout 2020, le matin avant la canicule */
@@ -551,6 +551,7 @@ filename = argv[optind+1];
if (verbosity) {
fprintf(stderr, "running command '%s' on '%s'\n", command, filename);
fprintf(stderr, "global fvalue : %f\n", global_fvalue);
}
opt = lookup_cmd(command);