"img_crump_hard" was made in the bibcave

This commit is contained in:
tth
2021-06-01 09:44:48 +02:00
parent 49d2703612
commit e88ea153bd
5 changed files with 62 additions and 6 deletions

View File

@@ -93,9 +93,9 @@ int foo;
fprintf(stderr, ">>> %s ( %p %p %f )\n", __func__, S, D, kf);
#endif
foo = fimg_classif_trial(S, D, kf, 0);
foo = fimg_crump_hard(S, D, kf, 0);
if (foo) {
fprintf(stderr, "%s error %d classif_trial %p\n", __func__,
fprintf(stderr, "%s error %d experiment %p\n", __func__,
foo, S);
return -98;
}