IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 6, 2007, 5:09:52 PM (19 years ago)
Author:
eugene
Message:

merging changes from eam_branch_20071015 (read compressed images, clean addstar I/O, other minor issues)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/src/dvo_convert_elixir.c

    r15038 r15487  
    6363    out[i].dD      = in[i].dD * 100.0;
    6464    out[i].M       = in[i].M  * 1000.0;
     65    if (out[i].M < 0) {
     66        fprintf (stderr, ".");
     67    }
    6568    out[i].dM      = in[i].dM * 1000.0;
    6669    out[i].dt      = in[i].dt * 1000.0;
Note: See TracChangeset for help on using the changeset viewer.