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/dimm/telescope_cmds.c

    r23530 r38553  
    8787    set_variable ("RA", ra);
    8888    set_variable ("DEC", dec);
    89     dms_format (line, (ra/15.0));
     89    dms_format (line, 64, (ra/15.0));
    9090    set_str_variable ("Rs", line);
    91     dms_format (line, dec);
     91    dms_format (line, 64, dec);
    9292    set_str_variable ("Ds", line);
    9393
Note: See TracChangeset for help on using the changeset viewer.