IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18385


Ignore:
Timestamp:
Jun 30, 2008, 12:18:06 PM (18 years ago)
Author:
Paul Price
Message:

Adding to wrong list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackLoop.c

    r18382 r18385  
    248248                return false;
    249249            }
    250             psfs->data[index++] = psMemIncrRefCounter(psf);
     250            psfs->data[index] = psMemIncrRefCounter(psf);
    251251            psMetadataRemoveKey(chip->analysis, "PSPHOT.PSF");
    252252
     
    278278                    return NULL;
    279279                }
    280                 sources->data[index] = psMemIncrRefCounter(sources);
     280                indSources->data[index] = psMemIncrRefCounter(sources);
    281281                sourceLists = ppStackSourceListAdd(sourceLists, sources, config);
    282282                if (!sourceLists) {
     
    290290                }
    291291            }
     292
     293            index++;
    292294        }
    293295        psFree(fileIter);
Note: See TracChangeset for help on using the changeset viewer.