Index: trunk/MagicSoft/Cosy/Changelog
===================================================================
--- trunk/MagicSoft/Cosy/Changelog	(revision 2750)
+++ trunk/MagicSoft/Cosy/Changelog	(revision 2751)
@@ -1,3 +1,14 @@
                                                                   -*-*- END -*-*-
+ 2003/12/29 - Thomas Bretz
+
+   * base/MObservatory.cc:
+     - By fixing a bug evaluating the '-'-sign in latitude
+       the bending correction changed
+ 
+   * bending_magic.txt:
+     - new calculation with sign-fix. AnAw became unimportant
+
+
+
  2003/12/07 - Thomas Bretz
 
Index: trunk/MagicSoft/Cosy/bending_magic.txt
===================================================================
--- trunk/MagicSoft/Cosy/bending_magic.txt	(revision 2750)
+++ trunk/MagicSoft/Cosy/bending_magic.txt	(revision 2751)
@@ -1,10 +1,10 @@
-MAGIC1 2003/12/07 0:02:39.100594
+MAGIC1 2003/12/29 19:15:38.433
 S   00   000000   000000  0000000
-     IA     501.66388   0.034611014
-     IE    -9.0592376    0.02005678
+     IA     502.52368   0.034356796
+     IE    -9.0564239   0.019895878
    FLOP             0             0
      AN             0             0
-     AW    -1.5593388   0.022279916
-   NPAE   0.073726654   0.039384899
+     AW             0             0
+   NPAE   0.077561439   0.038824444
      CA             0             0
      TF             0             0
Index: trunk/MagicSoft/Cosy/gui/MGSkyPosition.cc
===================================================================
--- trunk/MagicSoft/Cosy/gui/MGSkyPosition.cc	(revision 2750)
+++ trunk/MagicSoft/Cosy/gui/MGSkyPosition.cc	(revision 2751)
@@ -46,4 +46,6 @@
     fSlaPlanet = new SlaPlanets(fObservatory);
     fSlaStar   = new SlaStars(fObservatory);
+
+    fSlaStar->Print();
 
     //
Index: trunk/MagicSoft/Mars/mtemp/MObservatory.h
===================================================================
--- trunk/MagicSoft/Mars/mtemp/MObservatory.h	(revision 2750)
+++ trunk/MagicSoft/Mars/mtemp/MObservatory.h	(revision 2751)
@@ -33,5 +33,5 @@
     void SetLocation(LocationName_t name);
 
-    void Print(Option_t *) const;
+    void Print(Option_t *o=0) const;
 
     const TString &GetObservatoryName() const { return fObservatoryName; }
@@ -51,7 +51,5 @@
 
     ClassDef(MObservatory, 0)
-
 };
 
 #endif
-
