Import Geant4 10.5.1 source tree
This commit is contained in:
@@ -49,12 +49,12 @@ G4UIcommandTree::~G4UIcommandTree()
|
||||
{ delete tree[i]; }
|
||||
}
|
||||
|
||||
G4int G4UIcommandTree::operator==(const G4UIcommandTree &right) const
|
||||
G4bool G4UIcommandTree::operator==(const G4UIcommandTree &right) const
|
||||
{
|
||||
return ( pathName == right.GetPathName() );
|
||||
}
|
||||
|
||||
G4int G4UIcommandTree::operator!=(const G4UIcommandTree &right) const
|
||||
G4bool G4UIcommandTree::operator!=(const G4UIcommandTree &right) const
|
||||
{
|
||||
return ( pathName != right.GetPathName() );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user