add in main.c

This commit is contained in:
Aurélien Gauthier 2022-06-15 14:01:55 +02:00
parent c66535111d
commit 0c63639454

View file

@ -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);
}