IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15123


Ignore:
Timestamp:
Sep 29, 2007, 1:15:45 PM (19 years ago)
Author:
Paul Price
Message:

Something disappeared somewhere.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_070920/psModules/src/camera/pmFPAfileDefine.c

    r15122 r15123  
    296296        psVector *tile = psVectorAlloc(3, PS_TYPE_S32); // Tile sizes
    297297        file->bitpix = parseOptionInt(scheme, "BITPIX", source, 0); // Bits per pixel
    298         tile->data.S32[0] = parseOptionIn(scheme, "TILE.X", source, 0); // Tiling in x
     298        tile->data.S32[0] = parseOptionInt(scheme, "TILE.X", source, 0); // Tiling in x
    299299        tile->data.S32[1] = parseOptionInt(scheme, "TILE.Y", source, 1); // Tiling in y
    300300        tile->data.S32[2] = parseOptionInt(scheme, "TILE.Z", source, 1); // Tiling in z
Note: See TracChangeset for help on using the changeset viewer.