Problem 817 - turning on the ParaFissionModel results in compilation error
Summary: turning on the ParaFissionModel results in compilation error
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/hadronic/models (show other problems)
Version: 7.1
Hardware: Sun Linux
: P2 normal
Assignee: dennis.herbert.wright
URL:
Depends on:
Blocks:
 
Reported: 2005-12-01 10:33 CET by tovesson
Modified: 2006-01-05 14:42 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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.