mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +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:
@ -30,6 +30,7 @@ using namespace std;
|
||||
|
||||
//-------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
const double qDrawPlot::PLOT_TIMER_MS = 200;
|
||||
|
||||
qDrawPlot::qDrawPlot(QWidget *parent,multiSlsDetector*& detector):
|
||||
QWidget(parent),myDet(detector),plot1D_hists(0){
|
||||
|
Reference in New Issue
Block a user