Problem 817

Summary: turning on the ParaFissionModel results in compilation error
Product: Geant4 Reporter: tovesson
Component: processes/hadronic/modelsAssignee: dennis.herbert.wright
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 7.1   
Hardware: Sun   
OS: Linux   

Description tovesson 2005-12-01 10:33:17 CET
According to the documentation, the only fission model in Geant4 that produces
fragments is G4ParaFissionModel. However, if the .hh file is included in the
user code there are multiple errors at compile time. For example: the
G4ParaFissionModel class make a call to a function called Clear in the
G4HadFinalState class with the wrong number of arguments.
Comment 1 dennis.herbert.wright 2006-01-05 14:42:59 CET
Compilation errors have been fixed, and the new version will appear in the next
patch or release.  A proper splitting of this class into header and implementation
files will have to await a directory re-organization due to some circular
dependencies.