slsDetectorSoftware: removed warnings, and made compilable via make

This commit is contained in:
2018-07-10 14:58:18 +02:00
parent f5a86bbfe1
commit c2b1eef75c
10 changed files with 161 additions and 156 deletions

View File

@ -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 */