From 0c6363945445e8edb003fa8c461ca0eb10b15da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Gauthier?= Date: Wed, 15 Jun 2022 14:01:55 +0200 Subject: [PATCH] add in main.c --- Code-C/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code-C/main.c b/Code-C/main.c index dcefc4b..a82f866 100644 --- a/Code-C/main.c +++ b/Code-C/main.c @@ -69,7 +69,7 @@ void *threadCalculGrowthRate(void * vargp){ while(queueGetNextE(rawDataQueue) != NULL){ rawDataQueue = queueGetNextE(rawDataQueue); fileName = queueGetTabChar(rawDataQueue); - double *dataLign = powerFunction(fileName); + //double *dataLign = powerFunction(fileName); growthRateFunction(dataLign); remove(fileName); }