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){
|
while(queueGetNextE(rawDataQueue) != NULL){
|
||||||
rawDataQueue = queueGetNextE(rawDataQueue);
|
rawDataQueue = queueGetNextE(rawDataQueue);
|
||||||
fileName = queueGetTabChar(rawDataQueue);
|
fileName = queueGetTabChar(rawDataQueue);
|
||||||
double *dataLign = powerFunction(fileName);
|
//double *dataLign = powerFunction(fileName);
|
||||||
growthRateFunction(dataLign);
|
growthRateFunction(dataLign);
|
||||||
remove(fileName);
|
remove(fileName);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue