| Summary: | Bad syntax in G4PhotoElectricAngularGeneratorSauterGavrila.cc | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | John Watts <john.w.watts> |
| Component: | processes/electromagnetic/lowenergy | Assignee: | Sebastien Incerti <incerti> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | trivial | ||
| Priority: | P5 | ||
| Version: | 9.3 | ||
| Hardware: | All | ||
| OS: | All | ||
*** This problem has been marked as a duplicate of problem 1120 *** |
The member function G4ThreeVector G4PhotoElectricAngularGeneratorSauterGavrila::GetPhotoElectronDirection(const G4ThreeVector& direction, const G4double eKineticEnergy, const G4ThreeVector&, const G4int) const is should return a G4ThreeVector. Line 82 is : return costeta; and costerta is a G4double.