| Summary: | G4ParametrizedHadronicVertex.cc do not compile with visual 6 | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | barrand |
| Component: | processes/hadronic/models/photolepton_hadron | Assignee: | dennis.herbert.wright |
| Status: | CLOSED FIXED | ||
| Severity: | normal | CC: | Gunter.Folger |
| Priority: | P2 | ||
| Version: | other | ||
| Hardware: | PC | ||
| OS: | Windows | ||
Fixed and tagged as photolepton_hadron-00-01-00 |
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