mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
main in moenchReadDataMT [multi threading]
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user