tracking a bug...

This commit is contained in:
tonton Th
2020-02-17 07:40:06 +01:00
parent d0b7ddfd91
commit b1ae9f31ed
4 changed files with 12 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ extern int verbosity; /* must be declared around main() */
/* ---------------------------------------------------------------- */
int fimg_images_compatible(FloatImg *a, FloatImg *b)
{
#if DEBUG_LEVEL
#if DEBUG_LEVEL > 1
fprintf(stderr, ">>> %s ( %p %p )\n", __func__, a, b);
#endif