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