Import Geant4 10.5.1 source tree
This commit is contained in:
@@ -75,9 +75,9 @@ G4StackManager::~G4StackManager()
|
||||
|
||||
const G4StackManager & G4StackManager::operator=
|
||||
(const G4StackManager &) { return *this; }
|
||||
G4int G4StackManager::operator==(const G4StackManager &)
|
||||
G4bool G4StackManager::operator==(const G4StackManager &)
|
||||
const{ return false; }
|
||||
G4int G4StackManager::operator!=(const G4StackManager &)
|
||||
G4bool G4StackManager::operator!=(const G4StackManager &)
|
||||
const{ return true; }
|
||||
|
||||
#include "G4ParticleDefinition.hh"
|
||||
|
||||
Reference in New Issue
Block a user