IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9385


Ignore:
Timestamp:
Oct 6, 2006, 5:53:25 PM (20 years ago)
Author:
Paul Price
Message:

Fixing type for rejection limit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeOptions.c

    r9341 r9385  
    133133    OPTION_PARSE(options->shutterSize,       recipe, "SHUTTER.SIZE", S32 );
    134134    OPTION_PARSE(options->shutterIter,       recipe, "SHUTTER.ITER", S32 );
    135     OPTION_PARSE(options->shutterRej,        recipe, "SHUTTER.REJECT", S32 );
     135    OPTION_PARSE(options->shutterRej,        recipe, "SHUTTER.REJECT", F32 );
    136136
    137137    options->combine->combine = parseStat(recipe, "COMBINE");
Note: See TracChangeset for help on using the changeset viewer.