vetlewi / OCLDAQ

The OCL DAQ software
GNU General Public License v3.0
0 stars 0 forks source link

Online sort issues #8

Closed vetlewi closed 6 years ago

vetlewi commented 6 years ago

Currently it seems like the online sort only increment once per buffer received.

vetlewi commented 6 years ago

Fixed by moving the return statement outside the loop, see https://github.com/vetlewi/OCLDAQ/blob/cbcede78faeb0a740af4e3a0fbbe2fa6c7da82e3/sirius/src/XIAonline/utilities/src/Sort_Funct.cpp#L48-L51