IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25430 for trunk/ppMops


Ignore:
Timestamp:
Sep 17, 2009, 11:11:14 AM (17 years ago)
Author:
Paul Price
Message:

Fixing type error in DIFF_SKYFILE_ID.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMops/src/ppMopsRead.c

    r25256 r25430  
    9898            det->lengthErr->data.F32[numGood] = 0.0;
    9999            det->flags->data.U32[numGood] = psMetadataLookupU32(NULL, row, "FLAGS");
    100             det->diffSkyfileId->data.F32[numGood] = diffSkyfileId;
     100            det->diffSkyfileId->data.S64[numGood] = diffSkyfileId;
    101101            det->naxis1->data.S32[numGood] = naxis1;
    102102            det->naxis2->data.S32[numGood] = naxis2;
Note: See TracChangeset for help on using the changeset viewer.