Problem 1272

Summary: Function Call prevents compilation
Product: Environments Reporter: benjamin.connors
Component: g4pyAssignee: Koichi Murakami <Koichi.Murakami>
Status: CLOSED FIXED    
Severity: normal    
Priority: P5    
Version: 9.4   
Hardware: PC   
OS: Linux   

Description benjamin.connors 2011-12-16 21:24:00 CET
In pyG4VProcess.cc the calls to BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS for StorePhysicsTable and RetrievePhysicsTable have a min_args argument of 2.  I believe this should be 3, when it is set at 2 it throws an error:

error: no matching function for call to ‘G4VProcess::StorePhysicsTable(const G4ParticleDefinition*&, const G4String&)’
/geant4.9.4.p02/include/G4VProcess.hh:232: note: candidates are: virtual G4bool G4VProcess::StorePhysicsTable(const G4ParticleDefinition*, const G4String&, G4bool)
Comment 1 Koichi Murakami 2012-02-15 10:08:57 CET
Thans for report.
That was fixed in 9.5.