Index: trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.cc	(revision 9070)
+++ trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.cc	(revision 9145)
@@ -439,7 +439,8 @@
     // source position given by the user. (Checking every individual
     // event is not the fastest, but the safest)
-    if (pos.DeltaPhi(pos0)*TMath::RadToDeg()>1)
-    {
-        *fLog << err << "ERROR - Defined source position deviates from pointing-ra/dec by more than 1deg!" << endl;
+    if (pos.Angle(pos0)*TMath::RadToDeg()>1)
+    {
+        *fLog << err << "ERROR - Defined source position deviates from pointing-ra/dec by more than 1deg (";
+        *fLog << pos.Angle(pos0) << ")!" << endl;
         *fLog << "User defined source pos:  ";
         fSourcePos->Print();
@@ -447,5 +448,5 @@
         fPointPos->Print();
 
-        return kFALSE;
+        return kERROR;
     }
 
