Changeset 7227
- Timestamp:
- 07/28/05 16:26:23 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7225 r7227 20 20 21 21 -*-*- END OF LINE -*-*- 22 23 2005/07/28 Thomas Bretz 24 25 * mastro/MAstro.cc: 26 - fixed a bug in Deg2Hms reported by Abelardo. It gave wrong 27 results by 1./2pi 28 29 22 30 23 31 2005/07/27 Markus Meyer, Thomas Bretz -
trunk/MagicSoft/Mars/NEWS
r7225 r7227 24 24 - general: Runs cannot be added to a sequence twice anymore. Also 25 25 Sequences cannot be added twice anymore to a dataset. 26 27 - general: fixed a bug in MAstro::Deg2Hms reported by Abelardo. 28 It gave wrong results by 1./2pi 26 29 27 30 - showplot: got a new option to start a root interpreter, too -
trunk/MagicSoft/Mars/mastro/MAstro.cc
r7202 r7227 134 134 void MAstro::Deg2Hms(Double_t d, Char_t &sgn, UShort_t °, UShort_t &min, UShort_t &sec) 135 135 { 136 Rad2Hms(d/360, sgn, deg, min, sec);136 Day2Hms(d/360, sgn, deg, min, sec); 137 137 } 138 138
Note:
See TracChangeset
for help on using the changeset viewer.