Problem 31

Summary: G4ParametrizedHadronicVertex.cc do not compile with visual 6
Product: Geant4 Reporter: barrand
Component: processes/hadronic/models/photolepton_hadronAssignee: dennis.herbert.wright
Status: CLOSED FIXED    
Severity: normal CC: Gunter.Folger
Priority: P2    
Version: other   
Hardware: PC   
OS: Windows   

Description barrand 1999-11-04 00:52:53 CET
process/photon_lepton/src/G4ParametrizedHadronocVertex.cc

  do not compile. This is due to the fact that
 the first argument of ApplyYourself is declared const :
    const G4Nucleus& theTarget
 and it is given as an argument to a non-const method.
  The this argument should be declared :
   G4Nucleus& theTarget
Comment 1 Hans-Peter.Wellisch 1999-11-04 01:43:59 CET
Fixed and tagged as photolepton_hadron-00-01-00