Init problem fixed, add comments

This commit is contained in:
2024-12-03 16:56:47 +01:00
parent bc6814ad0b
commit 25854f7736
2 changed files with 6 additions and 6 deletions

View File

@ -427,17 +427,17 @@ class multiThreadedAnalogDetector {
int* tmp_img = dets[ii]->getImage();
std::cout << "## Thread " << ii
/* std::cout << "## Thread " << ii
<< " # image size " << nn
<< " # nnx " << nnx
<< " # nny " << nny
<< " # ns " << ns;
<< " # ns " << ns; */
for (int i = 0; i < nn; i++) {
std::cout << " # pixel " << i
/* std::cout << " # pixel " << i
<< " # value " << tmp_img[i]
<< " ## " << std::endl;
<< " ## " << std::endl; */
if (ii == 0)
// if (img[i]>0)