work on experiment code

This commit is contained in:
tth
2021-05-10 00:44:29 +02:00
parent 73b8048dea
commit 0ea39f2f9a
6 changed files with 14 additions and 25 deletions

View File

@@ -7,7 +7,7 @@
#include "../floatimg.h"
#include "incrustator.h"
// #include "incrustator.h"
int verbosity;
@@ -43,7 +43,7 @@ if (foo) {
}
#define FLAGS 0
foo = incrustator_0(&incrust, &grande, 111, 111, FLAGS);
foo = fimg_incrustator_0(&incrust, &grande, 111, 111, FLAGS);
#undef FLAGS
if (foo) {
fprintf(stderr, "%s: err %d sur incrustator_0\n", __func__, foo);
@@ -71,7 +71,7 @@ verbosity = 2;
fimg_print_version(1);
foo = premier_essai(1280, 1024, "out.pnm");
foo = premier_essai(1280, 1024, "out.png");
if (foo) {
fprintf(stderr, "EPIC FAIL %s\n", argv[0]);
exit(1);