IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2007, 6:09:29 PM (19 years ago)
Author:
Paul Price
Message:

Fixing typo causing SEGV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmFringeStats.c

    r9951 r11150  
    526526    // Check the regions are all identical
    527527    pmFringeRegions *regions = ((pmFringeStats*)fringes->data[0])->regions; // First region
    528     for (int i = i; i < fringes->n; i++) {
     528    for (int i = 1; i < fringes->n; i++) {
    529529        pmFringeStats *stats = fringes->data[i];
    530530        if (stats->regions != regions) {
Note: See TracChangeset for help on using the changeset viewer.