main in moenchReadDataMT [multi threading]

This commit is contained in:
cartier_s
2015-05-28 14:28:17 +02:00
parent c9269d0f21
commit 7e8cf810fb
3 changed files with 37 additions and 6 deletions

View File

@ -96,7 +96,7 @@ class slsDetectorData {
for (int iy=0; iy<ny; iy++)
for (int ix=0; ix<nx; ix++) {
dataMap[iy][ix]=dMap[iy][ix];
cout << ix << " " << iy << endl;
//cout << ix << " " << iy << endl;
}
}