Problem 31 - G4ParametrizedHadronicVertex.cc do not compile with visual 6
Summary: G4ParametrizedHadronicVertex.cc do not compile with visual 6
Status: CLOSED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/hadronic/models/photolepton_hadron (show other problems)
Version: other
Hardware: PC Windows
: P2 normal
Assignee: dennis.herbert.wright
URL:
Depends on:
Blocks:
 
Reported: 1999-11-04 00:52 CET by barrand
Modified: 2012-02-15 04:21 CET (History)
1 user (show)

See Also:


Attachments

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