Problem 3

Summary: Miscompilation of min and max on DEC.
Product: Geant4 Reporter: John.Allison
Component: processes/hadronic/utilAssignee: Hans-Peter.Wellisch
Status: CLOSED LATER    
Severity: enhancement    
Priority: P5    
Version: other   
Hardware: DEC   
OS: OSF/1   

Description John.Allison 1999-07-20 07:57:54 CEST
G4ReactionDynamics.cc and G4HEInelastic.cc have been modified to replace a min
and a max respectvely by an if clause to avoid a crash in optimised executables
-  but note that G4ReactionDynamics.cc is compiled in non-optimised mode.
Given "minor" severity since we cannot fix until DEC fix the compiler.  The
problem has been reported to DEC and is receiving attention.
Comment 1 John.Allison 1999-09-22 05:54:59 CEST
New DEC compiler is believed to fix this.
Remains to be tested.