Changeset 7227


Ignore:
Timestamp:
07/28/05 16:26:23 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7225 r7227  
    2020
    2121                                                 -*-*- 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
    2230
    2331 2005/07/27 Markus Meyer, Thomas Bretz
  • trunk/MagicSoft/Mars/NEWS

    r7225 r7227  
    2424   - general: Runs cannot be added to a sequence twice anymore. Also
    2525     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
    2629
    2730   - showplot: got a new option to start a root interpreter, too
  • trunk/MagicSoft/Mars/mastro/MAstro.cc

    r7202 r7227  
    134134void MAstro::Deg2Hms(Double_t d, Char_t &sgn, UShort_t &deg, UShort_t &min, UShort_t &sec)
    135135{
    136     Rad2Hms(d/360, sgn, deg, min, sec);
     136    Day2Hms(d/360, sgn, deg, min, sec);
    137137}
    138138
Note: See TracChangeset for help on using the changeset viewer.