Index: trunk/MagicSoft/Cosy/main/MStarguider.cc
===================================================================
--- trunk/MagicSoft/Cosy/main/MStarguider.cc	(revision 4255)
+++ trunk/MagicSoft/Cosy/main/MStarguider.cc	(revision 4256)
@@ -914,5 +914,4 @@
     MGeomCamMagic geom;
     MAstroCamera ac;
-    ac.SetMirrors("magic.def");
     ac.SetGeom(geom);
     ac.SetRadiusFOV(3);
@@ -930,5 +929,5 @@
     Double_t y = center.GetY()-star->GetY();
 
-    cout << "STAR-Offset: " << MTime(-1) << " dx=" << x << "pix  dy=" << dy << "pix" << endl;
+    cout << "STAR-Offset: " << MTime(-1) << " dx=" << x << "pix  dy=" << y << "pix" << endl;
 
     // Convert from Pixel to millimeter (1pix=2.9mm)
@@ -1008,5 +1007,5 @@
         outrep << x*1.0713/2.58427 << " " << y*1.0713/2.58427 << " " << star->GetMag();
         outrep << setprecision(11) << t.GetMjd() << endl;
-        outrep.UnLock("MStarguider::FindStar")
+        outrep.UnLock("MStarguider::FindStar");
     }
 }
Index: trunk/MagicSoft/Cosy/main/MTracking.cc
===================================================================
--- trunk/MagicSoft/Cosy/main/MTracking.cc	(revision 4255)
+++ trunk/MagicSoft/Cosy/main/MTracking.cc	(revision 4256)
@@ -510,5 +510,5 @@
     sla.Now();
 
-    ZdAz time;
+    //ZdAz time;
 
     ZdAz soll = sla.CalcZdAz(fCosy->fRaDec); // [rad]
@@ -521,6 +521,6 @@
     bool phcaz=false;
 
-    ZdAz wasse = fCosy->GetSePos();
-    ZdAz oldse = fCosy->GetSePos();
+    //ZdAz wasse = fCosy->GetSePos();
+    //ZdAz oldse = fCosy->GetSePos();
 
     while (!HasStopFlag())
