IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18394


Ignore:
Timestamp:
Jul 1, 2008, 9:01:15 AM (18 years ago)
Author:
Paul Price
Message:

Shouldn't increment before using.

File:
1 edited

Legend:

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

    r18391 r18394  
    234234        float sourceMag = source->psfMag; // Magnitude of source
    235235        if (isfinite(listMag) && isfinite(sourceMag)) {
    236             numIn++;
    237236            magDiff->data.F32[numIn] = listSource->psfMag - source->psfMag;
    238237            psArrayAdd(inside, 1, source);
     238            numIn++;
    239239        }
    240240    }
Note: See TracChangeset for help on using the changeset viewer.