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