From 6886fb416709526c0637d71745438c2c69f9e6cf Mon Sep 17 00:00:00 2001 From: tonton th Date: Wed, 24 Feb 2021 16:50:14 +0100 Subject: [PATCH] misplaced debug message --- Fonderie/metriques.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Fonderie/metriques.c b/Fonderie/metriques.c index eb65b71..9993079 100644 --- a/Fonderie/metriques.c +++ b/Fonderie/metriques.c @@ -16,14 +16,14 @@ int x, y, xe, ye; int off; double accus[3], divisor; -xe = geom[0] + geom[2]; -ye = geom[1] + geom[3]; - #if DEBUG_LEVEL fprintf(stdout, "geom: %5d %5d %5d %5d\n", geom[0], geom[1], geom[2], geom[3]); #endif +xe = geom[0] + geom[2]; +ye = geom[1] + geom[3]; + accus[0] = accus[1] = accus[2] = 0.0; for (y=geom[1]; y