Problem 1551

Summary: B1Con run1.mac division by zero in G4ConvergenceTester.cc:156
Product: Geant4 Reporter: Vittorio Zecca <vitti570>
Component: global/HEPNumericsAssignee: tkoi
Status: RESOLVED FIXED    
Severity: normal    
Priority: P5    
Version: 10.0   
Hardware: PC   
OS: Linux   

Description Vittorio Zecca 2013-12-22 10:16:55 CET
Running test case B1Con run1.mac I get zero divided by zero
at G4ConvergenceTester.cc:156 because variables vov and var are zero.
Comment 1 tkoi 2014-02-11 22:06:58 CET
Thank you for reporting problem. 

I add protections to avoid core dumps caused by divided by zero in G4ConvergenceTester.
Now G4convergenceTester becomes much robust than before. 
I also increase number of events of run1.mac to fit the purpose of B1Con example.