This commit is contained in:
phyto 2021-05-05 20:34:08 +02:00
parent 447d4dab7d
commit ade40f2029
1 changed files with 0 additions and 7 deletions

View File

@ -87,13 +87,6 @@ int foo;
fprintf(stderr, ">>> %s ( %p %p %f )\n", __func__, S, D, kf);
#endif
foo = fimg_copy_data(S, D);
if (foo) {
fprintf(stderr, "%s err %d copy data %p -> %p\n", __func__,
foo, S, D);
return -98;
}
foo = fimg_classif_trial(S, D, kf, 0);
if (foo) {
fprintf(stderr, "%s err %d classif_trial %p\n", __func__,