Changeset 18878 for trunk/Mars


Ignore:
Timestamp:
06/06/17 11:13:29 (7 years ago)
Author:
(none)
Message:
fix typo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msim/MSimPointingPos.cc

    r18877 r18878  
    215215    else
    216216    {
    217         dtheta = TMath::Sqrt(gRandom->Uniform(fTMath::Power(OffTargetDistance, 2)));
     217        dtheta = TMath::Sqrt(gRandom->Uniform(TMath::Power(fOffTargetDistance, 2)));
    218218        dphi   = gRandom->Uniform(TMath::TwoPi());
    219219    }
Note: See TracChangeset for help on using the changeset viewer.