Problem 429

Summary: G4Isotope copy constructor
Product: Geant4 Reporter: handa
Component: materialsAssignee: Michel.Maire
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 4.1   
Hardware: All   
OS: All   

Description handa 2002-11-13 18:00:56 CET
materials/src/G4Isotope.cc   line 95
fN = right.fZ;
Is it a misspelling of
fN = right.fN;
?

Takanobu Handa