Import Geant4 10.3.0.beta source tree
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4ionEffectiveCharge.hh 79394 2014-02-27 08:51:38Z gcosmo $
|
||||
// $Id: G4ionEffectiveCharge.hh 96626 2016-04-27 08:36:27Z gcosmo $
|
||||
//
|
||||
// -------------------------------------------------------------------
|
||||
//
|
||||
@@ -64,7 +64,7 @@ class G4ionEffectiveCharge
|
||||
|
||||
public:
|
||||
|
||||
G4ionEffectiveCharge();
|
||||
explicit G4ionEffectiveCharge();
|
||||
|
||||
virtual ~G4ionEffectiveCharge();
|
||||
|
||||
@@ -80,8 +80,8 @@ public:
|
||||
private:
|
||||
|
||||
// hide assignment operator
|
||||
G4ionEffectiveCharge & operator=(const G4ionEffectiveCharge &right);
|
||||
G4ionEffectiveCharge(const G4ionEffectiveCharge&);
|
||||
G4ionEffectiveCharge & operator=(const G4ionEffectiveCharge &right) = delete;
|
||||
G4ionEffectiveCharge(const G4ionEffectiveCharge&) = delete;
|
||||
|
||||
static const G4double inveplus;
|
||||
G4Pow* g4pow;
|
||||
|
||||
Reference in New Issue
Block a user