IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2007, 9:10:33 PM (19 years ago)
Author:
eugene
Message:

fixed table byteswap errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/table/F_get_column.c

    r7054 r12399  
    6464
    6565  /* interpret format */
    66   sprintf (field, "TSCAL%d", Nfields);
     66  sprintf (field, "TSCAL%d", N);
    6767  gfits_scan (header, field, "%lf", 1, &Bscale);
    68   sprintf (field, "TZERO%d", Nfields);
     68  sprintf (field, "TZERO%d", N);
    6969  gfits_scan (header, field, "%lf", 1, &Bzero);
    7070  sprintf (field, "TFORM%d", N);
Note: See TracChangeset for help on using the changeset viewer.