Changeset 18877
- Timestamp:
- 06/06/17 11:10:27 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/msim/MSimPointingPos.cc
r18280 r18877 215 215 else 216 216 { 217 dtheta = TMath::Sqrt(gRandom->Uniform(f OffTargetDistance));217 dtheta = TMath::Sqrt(gRandom->Uniform(fTMath::Power(OffTargetDistance, 2))); 218 218 dphi = gRandom->Uniform(TMath::TwoPi()); 219 219 }
Note:
See TracChangeset
for help on using the changeset viewer.