Changeset 10022
- Timestamp:
- 10/21/10 11:17:12 (14 years ago)
- Location:
- trunk/Cosy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosy/Changelog
r10008 r10022 1 1 -*-*- END -*-*- 2 2010/10/21 (La Palma) 3 4 * catalog/SlaPlanets.[h,cc]: 5 - made CalcPlanetRaDec const 6 - added conversion from mean to apparent to get the Ra/Dec numbers 7 consistent with the ones expected in SlaStars/Slalib 8 9 * catalog/SlaStars.cc: 10 - change fAprms to proteced (it's needed in SlaPlanets) 11 12 13 2 14 2010/10/14 Thomas Bretz (La Palma) 3 15 -
trunk/Cosy/catalog/SlaStars.h
r9554 r10022 18 18 Double_t fHourAngle; // [h] 19 19 20 protected: 20 21 double fAmprms[21]; 21 22 double fAoprms[14];
Note:
See TracChangeset
for help on using the changeset viewer.