Index: trunk/Cosy/Changelog
===================================================================
--- trunk/Cosy/Changelog	(revision 10021)
+++ trunk/Cosy/Changelog	(revision 10022)
@@ -1,3 +1,15 @@
                                                                   -*-*- END -*-*-
+ 2010/10/21 (La Palma)
+
+   * catalog/SlaPlanets.[h,cc]:
+     - made CalcPlanetRaDec const
+     - added conversion from mean to apparent to get the Ra/Dec numbers 
+       consistent with the ones expected in SlaStars/Slalib
+
+   * catalog/SlaStars.cc:
+     - change fAprms to proteced (it's needed in SlaPlanets)
+
+
+
  2010/10/14 Thomas Bretz (La Palma)
 
Index: trunk/Cosy/catalog/SlaStars.h
===================================================================
--- trunk/Cosy/catalog/SlaStars.h	(revision 10021)
+++ trunk/Cosy/catalog/SlaStars.h	(revision 10022)
@@ -18,4 +18,5 @@
     Double_t fHourAngle; // [h]
 
+protected:
     double   fAmprms[21];
     double   fAoprms[14];
