no milestone here

This commit is contained in:
2019-11-12 13:57:32 +01:00
parent 2ee1645a4a
commit e96c940baa
3 changed files with 39 additions and 7 deletions

View File

@@ -68,9 +68,6 @@ return 0;
}
/* ---------------------------------------------------------------- */
int fimg_square_root(FloatImg *s, FloatImg *d, double maxval);
int fimg_power_2(FloatImg *s, FloatImg *d, double maxval);
int essai_contraste(char *fname)
{
int foo;
@@ -113,7 +110,6 @@ while ((opt = getopt(argc, argv, "gn:v")) != -1) {
if (verbosity) fimg_print_version(0);
foo = essai_contraste("src.fimg");
fprintf(stderr, "retour essai contraste -> %d\n",
return 0;
}