mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
slsDetectorSoftware: removed warnings, and made compilable via make
This commit is contained in:
@ -98,7 +98,7 @@ private:
|
||||
int nTrimEn;
|
||||
|
||||
/** list of the energies at which the detector has been trimmed */
|
||||
int trimEnergies[100];
|
||||
int trimEnergies[MAX_TRIMEN];
|
||||
|
||||
/** indicator for the acquisition progress - set to 0 at the beginning
|
||||
* of the acquisition and incremented when each frame is processed */
|
||||
|
Reference in New Issue
Block a user