Compare commits
2 commits
a6c0e54756
...
3435430c02
Author | SHA1 | Date | |
---|---|---|---|
3435430c02 | |||
0c63639454 |
|
@ -72,7 +72,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