IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 4, 2008, 12:21:36 PM (18 years ago)
Author:
Paul Price
Message:

Fixing cut/paste error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsReadout.c

    r18219 r19355  
    130130            if (!strcasecmp(choice, "SAT_PIXEL_FRAC")) get_fSatPixels = true;
    131131            if (!strcasecmp(choice, "GOOD_PIXEL_NUM")) findNumGood = true;
    132             if (!strcasecmp(choice, "GOOD_PIXEL_NUM")) findFracGood = true;
     132            if (!strcasecmp(choice, "GOOD_PIXEL_FRAC")) findFracGood = true;
    133133        }
    134134
Note: See TracChangeset for help on using the changeset viewer.