IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26037


Ignore:
Timestamp:
Nov 4, 2009, 5:06:49 PM (17 years ago)
Author:
Paul Price
Message:

Got parameters the wrong way around.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionStamps.c

    r26035 r26037  
    508508    int numStars = x->n;                // Number of stars
    509509    pmSubtractionStampList *stamps = pmSubtractionStampListAlloc(subMask->numCols, subMask->numRows,
    510                                                                  region, footprint, sysErr,
    511                                                                  spacing); // Stamp list
     510                                                                 region, footprint, spacing,
     511                                                                 sysErr); // Stamp list
    512512    int numStamps = stamps->num;        // Number of stamps
    513513
Note: See TracChangeset for help on using the changeset viewer.