IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13353


Ignore:
Timestamp:
May 11, 2007, 7:48:33 AM (19 years ago)
Author:
rhl
Message:

Fix typo None --> NULL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotReadout.c

    r13351 r13353  
    6565    if (useFootprints) {
    6666       psArray *footprints = psphotFindPeaks (readout, recipe, useFootprints, 1);
    67        int growRadius = psMetadataLookupS32(None, recipe, "FOOTPRINT_GROW_RADIUS");
     67       int growRadius = psMetadataLookupS32(NULL, recipe, "FOOTPRINT_GROW_RADIUS");
    6868       if (growRadius > 0) {
    6969           psArray *tmp = pmGrowFootprintArray(footprints, growRadius);
     
    177177       psArray *newFootprints = psphotFindPeaks (readout, recipe, useFootprints, 2);
    178178
    179        int growRadius = psMetadataLookupS32(None, recipe, "FOOTPRINT_GROW_RADIUS_2");
     179       int growRadius = psMetadataLookupS32(NULL, recipe, "FOOTPRINT_GROW_RADIUS_2");
    180180       if (growRadius > 0) {
    181181           psArray *tmp = pmGrowFootprintArray(newFootprints, growRadius);
Note: See TracChangeset for help on using the changeset viewer.