no milestone here
This commit is contained in:
6
lib/t.c
6
lib/t.c
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user