Fix omp bug.
This commit is contained in:
@@ -40,7 +40,7 @@ Aurora::Matrix Recon::removeDataFromArrays(const Aurora::Matrix& aOutPutMatrix,
|
|||||||
}
|
}
|
||||||
|
|
||||||
double* start = aOutPutMatrix.getData();
|
double* start = aOutPutMatrix.getData();
|
||||||
#pragma omp parallel for
|
|
||||||
for(size_t i=0; i<copyList.size(); ++i)
|
for(size_t i=0; i<copyList.size(); ++i)
|
||||||
{
|
{
|
||||||
size_t copyLength = copyList[i].second * rowSize;
|
size_t copyLength = copyList[i].second * rowSize;
|
||||||
|
|||||||
Reference in New Issue
Block a user