IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12655


Ignore:
Timestamp:
Mar 28, 2007, 2:18:40 PM (19 years ago)
Author:
Paul Price
Message:

Updating following API change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageMosaic.c

    r11803 r12655  
    3030    psTrace("pmChipMosaic", 5, "mosaic chip %s to %s (xbin,ybin: %d,%d to %d,%d)\n",
    3131            in->name, out->name, in->xBin, in->yBin, out->xBin, out->yBin);
    32     return pmChipMosaic(outChip, inChip);
     32    return pmChipMosaic(outChip, inChip, false);
    3333}
    3434
     
    6868    psTrace ("pmFPAMosaic", 5, "mosaic fpa %s to %s (xbin,ybin: %d,%d to %d,%d)\n",
    6969             in->name, out->name, in->xBin, in->yBin, out->xBin, out->yBin);
    70     return pmFPAMosaic(out->fpa, in->fpa);
     70    return pmFPAMosaic(out->fpa, in->fpa, false);
    7171}
Note: See TracChangeset for help on using the changeset viewer.