Merge branch 'Data' of ssh://git.cohabit.fr:22222/pgp/Traitement-signal-plantes into Data

This commit is contained in:
Aurélien Gauthier 2022-06-15 14:02:10 +02:00
commit 3435430c02

View file

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