Compare commits
No commits in common. "3435430c02dee9109a924e1448063142e84726c6" and "a6c0e54756896a8e422eef3c0556b343beca6b72" have entirely different histories.
3435430c02
...
a6c0e54756
|
@ -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