Skip to content

Commit

Permalink
declare mUseICRU90Data data member only when geant4 >= 10.05
Browse files Browse the repository at this point in the history
  • Loading branch information
David Boersma committed Feb 1, 2019
1 parent 8a67738 commit 8d34054
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/physics/include/GatePhysicsList.hh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ protected:
double mEmin;
double mEmax;
bool mSplineFlag;
#if G4VERSION_MAJOR >= 10 && G4VERSION_MINOR >= 5
bool mUseICRU90Data;
#endif
G4UserLimits * userlimits;

// Physic list management
Expand Down

0 comments on commit 8d34054

Please sign in to comment.