From a6c0e54756896a8e422eef3c0556b343beca6b72 Mon Sep 17 00:00:00 2001 From: "quentin.perret" Date: Wed, 15 Jun 2022 13:59:27 +0200 Subject: [PATCH] add comment for work in main --- Code-C/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Code-C/main.c b/Code-C/main.c index dcefc4b..020b140 100644 --- a/Code-C/main.c +++ b/Code-C/main.c @@ -66,6 +66,9 @@ void *threadCalculGrowthRate(void * vargp){ Pqueue rawDataQueue = firstRawDataQueue; char* fileName; while(rawDataWriteFlag){ + //add case first file traitement + //(possibility 1: call twice powerfunction , following while strat after 2 file encountered) + //(posibilty 2 : initialiaze with a 0-fill array, move ligns for first encounter then let the following whil e do the job) while(queueGetNextE(rawDataQueue) != NULL){ rawDataQueue = queueGetNextE(rawDataQueue); fileName = queueGetTabChar(rawDataQueue);