IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33387


Ignore:
Timestamp:
Feb 29, 2012, 9:57:03 AM (14 years ago)
Author:
eugene
Message:

fix segfault

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/setMrelFinal.c

    r33374 r33387  
    180180        if (pass < 3) {
    181181          if (catalog[0].measure[m].photFlags & code->photomBadMask) goto skip;
    182           if ((catalog[i].measure[m].photcode > 10000) && (catalog[i].measure[m].photcode < 10500)) {
    183             if (catalog[i].measure[m].psfQual < 0.85) goto skip;
     182          if ((catalog[0].measure[m].photcode > 10000) && (catalog[0].measure[m].photcode < 10500)) {
     183            if (catalog[0].measure[m].psfQual < 0.85) goto skip;
    184184          }
    185185        }
Note: See TracChangeset for help on using the changeset viewer.