Problem 1142 - Bad syntax in G4PhotoElectricAngularGeneratorSauterGavrila.cc
Summary: Bad syntax in G4PhotoElectricAngularGeneratorSauterGavrila.cc
Status: RESOLVED DUPLICATE of problem 1120
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/electromagnetic/lowenergy (show other problems)
Version: 9.3
Hardware: All All
: P5 trivial
Assignee: Sebastien Incerti
URL:
Depends on:
Blocks:
 
Reported: 2010-09-09 20:16 CEST by John Watts
Modified: 2010-09-10 13:37 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description John Watts 2010-09-09 20:16:53 CEST
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.
Comment 1 Gabriele Cosmo 2010-09-10 09:10:05 CEST

*** This problem has been marked as a duplicate of problem 1120 ***