IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31525


Ignore:
Timestamp:
May 11, 2011, 12:23:07 PM (15 years ago)
Author:
eugene
Message:

plug a leak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/Ohana/src/relphot/src/MosaicOps.c

    r31524 r31525  
    620620    float dM = 0.0;
    621621    for (j = 0; j < NSlist[i]; j++) {
    622       Nstars = Slist[i][j];
    623       if (starNcount[Nstars][Ns] > 1) {
    624         dM += (starOffset[Nstars][Ns] / starNcount[Nstars][Ns]);
     622      k = Slist[i][j];
     623      if (starNcount[k][Ns] > 1) {
     624        dM += (starOffset[k][Ns] / starNcount[k][Ns]);
    625625      }
    626626    }
Note: See TracChangeset for help on using the changeset viewer.