adopted to c++11 compiler
This commit is contained in:
parent
b1ba14ec76
commit
21d216f301
2
src/external/libGbGLF/PGbGLF.h
vendored
2
src/external/libGbGLF/PGbGLF.h
vendored
@ -63,7 +63,7 @@ class PGbGLF : public PUserFcnBase
|
||||
virtual Double_t operator()(Double_t t, const std::vector<Double_t> ¶m) const;
|
||||
|
||||
private:
|
||||
static const Double_t fTmax = 12.0;
|
||||
static constexpr Double_t fTmax = 12.0;
|
||||
mutable Double_t fPrevParam[3];
|
||||
mutable gslFunParam fGslFunParam;
|
||||
gsl_integration_workspace *fWs;
|
||||
|
Loading…
x
Reference in New Issue
Block a user