Fixed mistake in addToPedestal with ghost summation

This commit is contained in:
2019-08-14 16:56:43 +02:00
parent e3dedcd450
commit e225275520
3 changed files with 2 additions and 3 deletions

View File

@ -823,7 +823,6 @@ template <class dataType> class analogDetector {
else
val=((double*)data)[iy*nx+ix];
// cout << val << endl;
val+=getGhost(ix,iy);
/* if (ix==10 && iy==10) */
/* cout << ix << " " << iy << " " << val ; */
/* if (ix==100 && iy==100) */