Problem 395

Summary: GDR and HEN in G4PhotoNuclearCrossSection are not set and crash
Product: Geant4 Reporter: akiya.miyamoto
Component: processes/hadronic/cross_sectionsAssignee: fwj
Status: RESOLVED FIXED    
Severity: normal CC: akiya.miyamoto
Priority: P2    
Version: 4.1   
Hardware: PC   
OS: Linux   

Description akiya.miyamoto 2002-07-31 00:48:35 CEST
G4PhotoNuclearCrossSection crashes at line number 102 becasue GDR is not set.
To fix this problem, insert following two lines at line number 133.

  	GDR.push_back(lastGDR);
	HEN.push_back(lastHEN);
Comment 1 Gabriele Cosmo 2002-08-06 08:25:59 CEST
Problem fixed in patch-01, as reported in problem report #390.