merge Data
This commit is contained in:
parent
4be1462614
commit
118504546e
|
@ -75,15 +75,9 @@ void *threadCalculBoth(void *vargp)
|
||||||
{
|
{
|
||||||
rawDataQueue = queueGetNextE(rawDataQueue);
|
rawDataQueue = queueGetNextE(rawDataQueue);
|
||||||
fileName = queueGetTabChar(rawDataQueue);
|
fileName = queueGetTabChar(rawDataQueue);
|
||||||
<<<<<<< HEAD
|
|
||||||
power(fileName,nRow,nCol,period,invTimeBandWidth);
|
|
||||||
average(fileName,nRow,nCol);
|
|
||||||
//remove(fileName);
|
|
||||||
=======
|
|
||||||
powerFunction(fileName, NULL);
|
powerFunction(fileName, NULL);
|
||||||
averageFunction(fileName, NULL);
|
averageFunction(fileName, NULL);
|
||||||
remove(fileName);
|
remove(fileName);
|
||||||
>>>>>>> Data
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Reference in a new issue