Import Geant4 10.5.1 source tree
This commit is contained in:
@@ -53,10 +53,10 @@ class G4VParticlePropertyReporter
|
||||
|
||||
public:
|
||||
// equality operators
|
||||
G4int operator==(const G4VParticlePropertyReporter &right) const
|
||||
G4bool operator==(const G4VParticlePropertyReporter &right) const
|
||||
{ return (this == &right); }
|
||||
|
||||
G4int operator!=(const G4VParticlePropertyReporter &right) const
|
||||
G4bool operator!=(const G4VParticlePropertyReporter &right) const
|
||||
{ return (this != &right); }
|
||||
|
||||
public:
|
||||
|
||||
@@ -53,10 +53,10 @@ class G4VParticlePropertyRetriever
|
||||
|
||||
public:
|
||||
// equality operators
|
||||
G4int operator==(const G4VParticlePropertyRetriever &right) const
|
||||
G4bool operator==(const G4VParticlePropertyRetriever &right) const
|
||||
{ return (this == &right); }
|
||||
|
||||
G4int operator!=(const G4VParticlePropertyRetriever &right) const
|
||||
G4bool operator!=(const G4VParticlePropertyRetriever &right) const
|
||||
{ return (this != &right); }
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user