IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 26, 2010, 11:09:13 AM (16 years ago)
Author:
bills
Message:

add magicDSFile.nodiff_frac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/magicdstool.c

    r27349 r27452  
    838838    PXOPT_LOOKUP_BOOL(setmagicked, config->args, "-setmagicked", false);
    839839    PXOPT_LOOKUP_F32(streak_frac, config->args, "-streak_frac", false, false);
     840    PXOPT_LOOKUP_F32(nondiff_frac, config->args, "-nondiff_frac", false, false);
    840841    PXOPT_LOOKUP_F32(run_time, config->args, "-run_time", false, false);
    841842
     
    867868            recovery_path_base,
    868869            streak_frac,
     870            nondiff_frac,
    869871            run_time,
    870872            fault,
Note: See TracChangeset for help on using the changeset viewer.