IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2006, 1:42:42 PM (20 years ago)
Author:
rhl
Message:

Fix type of "masks" for "weights"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAMaskWeight.c

    r7403 r7417  
    5050    psArray *images = hdu->images;      // Array of images
    5151    psArray *weights = hdu->weights;    // Array of weight images
    52     if (!masks) {
     52    if (!weights) {
    5353        weights = psArrayAlloc(images->n);
    5454        weights->n = images->n;
Note: See TracChangeset for help on using the changeset viewer.