Fix omp bug.

This commit is contained in:
sunwen
2023-05-26 15:30:40 +08:00
parent 0bf22b6dad
commit 2092691b10

View File

@@ -40,7 +40,7 @@ Aurora::Matrix Recon::removeDataFromArrays(const Aurora::Matrix& aOutPutMatrix,
}
double* start = aOutPutMatrix.getData();
#pragma omp parallel for
for(size_t i=0; i<copyList.size(); ++i)
{
size_t copyLength = copyList[i].second * rowSize;