IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20309


Ignore:
Timestamp:
Oct 21, 2008, 4:15:46 PM (18 years ago)
Author:
bills
Message:

bug fix from Paul S.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src/streaksextern.c

    r20281 r20309  
    8383        for (i = 0; i != streaks->size; ++i)
    8484        {
    85             if (fscanf (file, "%f %f %f %f %f",
     85            if (fscanf (file, "%lf %lf %lf %lf %lf",
    8686                        &streaks->list[i].ra1, &streaks->list[i].dec1,
    8787                        &streaks->list[i].ra2, &streaks->list[i].dec2,
Note: See TracChangeset for help on using the changeset viewer.