IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 25, 2015, 10:41:05 PM (11 years ago)
Author:
eugene
Message:

merge changes from branches/eam_branches/ipp-20150616

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.astro/radec.c

    r18718 r38553  
    4545
    4646  // convert to hms, dms
    47   hms_format (ra_string, ra/15.0);
    48   hms_format (dec_string, dec);
     47  hms_format (ra_string, 32, ra/15.0);
     48  hms_format (dec_string, 32, dec);
    4949
    5050  set_str_variable ("RA", ra_string);
Note: See TracChangeset for help on using the changeset viewer.