Running RE02 run1.mac, and others, I get an integer overflow in function FactorialFactor at G4PreCompoundAlhpa.cc:64 "return G4double((N-4)*(P-3)*(N-3)*(P-2)*(N-2)*(P-1)*(N-1)*P)/12.0;" because the partial factors are computed with G4int precision (32 bits on my PC). I believe these partial factors should be computed as G4double. All the similar FactorialFactor functions in geant4 should be fixed.
Hello, thanks for pointing to the bug. The problem is clear and the fix will be provided in the next patches for 9.6 and 10.0 releases. VI
Hello, The problem is reproduced and the fix is submitted. It will be available with the new public patch. VI