Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3591)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3592)
@@ -41,5 +41,5 @@
      - fixed a bug which caused a crash when the time is not valid
 
-   * mhist/MHStarMap.cc:
+   * mhist/MHStarMap.cc, mpointing/MSrcPosCalc.cc:
      - fixed: v.Roatete() must be v=v.Rotate()
 
Index: /trunk/MagicSoft/Mars/mhist/MHFalseSource.cc
===================================================================
--- /trunk/MagicSoft/Mars/mhist/MHFalseSource.cc	(revision 3591)
+++ /trunk/MagicSoft/Mars/mhist/MHFalseSource.cc	(revision 3592)
@@ -59,5 +59,5 @@
 //            TVector2 v(cx[ix], cy[iy]); //cx center of x-bin ix
 //            if (rho!=0)                 //cy center of y-bin iy
-//                v.Rotate(-rho);         //image rotation angle
+//                v=v.Rotate(-rho);         //image rotation angle
 //
 //            src.SetXY(v);               //source position in the camera
Index: /trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.cc
===================================================================
--- /trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.cc	(revision 3591)
+++ /trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.cc	(revision 3592)
@@ -171,5 +171,5 @@
     // rotate the source position by the current rotation angle
     const Double_t rho = fPointPos->RotationAngle(*fObservatory);
-    v.Rotate(-rho);
+    v=v.Rotate(-rho);
 
     // Convert coordinates into camera plain (mm)
