add in main.c
This commit is contained in:
parent
c66535111d
commit
0c63639454
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue