Problem 143

Summary: Documentation error for ion creation
Product: Geant4 Reporter: dcasper
Component: particlesAssignee: kurasige
Status: RESOLVED FIXED    
Severity: minor    
Priority: P1    
Version: 2.0   
Hardware: All   
OS: All   

Description dcasper 2000-07-30 19:18:38 CEST
Section 3.9.2.2 of the Application Developer guide erroneously says that
G4ParticleTable::FindIon will create an ion "on the fly".  In fact, this
function only looks up ions and returns null if the requested ion doesn't
already exist.  The correct routine to call is G4ParticleTable::GetIon.
Comment 1 kurasige 2000-07-30 20:06:59 CEST
Thank you.
I'll fix soon.