Problem 1520

Summary: geant4 10.00.b01 TestEm10 barr90.mac subscript out of range in G4PhysicsVector.cc:156
Product: Geant4 Reporter: Vittorio Zecca <vitti570>
Component: global/managementAssignee: Vladimir.Ivantchenko
Status: RESOLVED FIXED    
Severity: normal    
Priority: P5    
Version: other   
Hardware: PC   
OS: Linux   

Description Vittorio Zecca 2013-08-15 07:22:43 CEST
Running TestEm10 barr90.mac I get subscript binNumber=201 out of range
in G4PhysicsVector.cc:156 in function GetLowEdgeEnergy.
I double checked with the following statement:
assert(binNumber < binVector.size()); return binVector[binNumber];
Comment 1 Vladimir.Ivantchenko 2013-09-25 10:24:48 CEST
Thnaks for the bug report.

We have fixed the problem in development version.

VI