IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20439


Ignore:
Timestamp:
Oct 28, 2008, 11:10:14 AM (18 years ago)
Author:
Paul Price
Message:

Fixing compilation error.

File:
1 edited

Legend:

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

    r20438 r20439  
    3333
    3434            // run the rebin code
    35             if (!pmReadoutRebin(outReadout, inReadout, options->maskVal, outFile->xBin, outFile->yBin)) {
     35            if (!pmReadoutRebin(outReadout, inReadout, options->maskValue, outFile->xBin, outFile->yBin)) {
    3636                psError(PS_ERR_UNKNOWN, false, "Unable to rebin readout.");
    3737                return false;
Note: See TracChangeset for help on using the changeset viewer.