Ignore:
Timestamp:
03/23/04 18:17:05 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.cc

    r3570 r3592  
    171171    // rotate the source position by the current rotation angle
    172172    const Double_t rho = fPointPos->RotationAngle(*fObservatory);
    173     v.Rotate(-rho);
     173    v=v.Rotate(-rho);
    174174
    175175    // Convert coordinates into camera plain (mm)
Note: See TracChangeset for help on using the changeset viewer.