mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
fixed eriks bug, must initialize const double values inside cpp not in h from gccc 4.4.6 onwards
This commit is contained in:
@ -479,11 +479,8 @@ double XYRangeValues[4];
|
||||
bool IsXYRange[4];
|
||||
|
||||
/** Default timer between plots*/
|
||||
//#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 6)
|
||||
//static constexpr double PLOT_TIMER_MS = 200;
|
||||
//#else
|
||||
static const double PLOT_TIMER_MS = 200;
|
||||
//#endif
|
||||
static const double PLOT_TIMER_MS;
|
||||
|
||||
/** Specific timer value between plots */
|
||||
double timerValue;
|
||||
/** every nth frame when to plot */
|
||||
|
Reference in New Issue
Block a user