IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 16, 2010, 6:44:32 AM (16 years ago)
Author:
eugene
Message:

updates for large files (fseeok, sizes to off_t, etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/largefiles.20100314/Ohana/src/relphot/src/GridOps.c

    r21508 r27295  
    781781    theader.Naxis[0] = RELPHOT_GRID_X;
    782782    theader.Naxis[1] = RELPHOT_GRID_Y;
    783     gfits_modify (&theader, "NAXIS1", "%d", 1, RELPHOT_GRID_X);
    784     gfits_modify (&theader, "NAXIS2", "%d", 1, RELPHOT_GRID_Y);
     783    gfits_modify (&theader, "NAXIS1", "%lld", 1, RELPHOT_GRID_X);
     784    gfits_modify (&theader, "NAXIS2", "%lld", 1, RELPHOT_GRID_Y);
    785785    gfits_create_matrix  (&theader, &matrix);
    786786
Note: See TracChangeset for help on using the changeset viewer.