ComputationalRadiationPhysics / jungfrau-photoncounter

Conversion of Jungfrau pixel detector data to photon count rate
GNU General Public License v3.0
2 stars 2 forks source link

main.cpp using the result of an assignment as a condition #58

Closed j-stephan closed 5 years ago

j-stephan commented 5 years ago

In line 135:

if (currently_downloaded_frames =

This is probably a typo (and error prone).

kloppstock commented 5 years ago

This is intended to work that way, but we will definitely fix this.