Import Geant4 10.6.0.beta source tree
This commit is contained in:
+2
-2
@@ -44,8 +44,8 @@ class G4ExcitedStringDecay: public G4VStringFragmentation
|
||||
private:
|
||||
G4ExcitedStringDecay(const G4ExcitedStringDecay &right);
|
||||
const G4ExcitedStringDecay & operator=(const G4ExcitedStringDecay &right);
|
||||
int operator==(const G4ExcitedStringDecay &right) const;
|
||||
int operator!=(const G4ExcitedStringDecay &right) const;
|
||||
G4bool operator==(const G4ExcitedStringDecay &right) const;
|
||||
G4bool operator!=(const G4ExcitedStringDecay &right) const;
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user