Problem 429 - G4Isotope copy constructor
Summary: G4Isotope copy constructor
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: materials (show other problems)
Version: 4.1
Hardware: All All
: P2 normal
Assignee: Michel.Maire
URL:
Depends on:
Blocks:
 
Reported: 2002-11-13 18:00 CET by handa
Modified: 2002-11-25 06:54 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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