IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 28, 2006, 11:13:24 AM (20 years ago)
Author:
jhoblitt
Message:

stub out -detrunsummary

File:
1 edited

Legend:

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

    r10222 r10223  
    6363static bool updateresidexpMode(pxConfig *config);
    6464static bool adddetrunsummaryMode(pxConfig *config);
     65static bool detrunsummaryMode(pxConfig *config);
    6566static bool updatedetrunMode(pxConfig *config);
    6667static bool rerunMode(pxConfig *config);
     
    129130        MODECASE(DETTOOL_MODE_UPDATERESIDEXP,   updateresidexpMode);
    130131        MODECASE(DETTOOL_MODE_ADDDETRUNSUMMARY, adddetrunsummaryMode);
     132        MODECASE(DETTOOL_MODE_DETRUNSUMMARY,    detrunsummaryMode);
    131133        MODECASE(DETTOOL_MODE_UPDATEDETRUN,     updatedetrunMode);
    132134        MODECASE(DETTOOL_MODE_RERUN,            rerunMode);
     
    47434745}
    47444746
     4747static bool detrunsummaryMode(pxConfig *config)
     4748{
     4749    PS_ASSERT_PTR_NON_NULL(config, false);
     4750
     4751    return true;
     4752}
     4753
    47454754static bool updatedetrunMode(pxConfig *config)
    47464755{
Note: See TracChangeset for help on using the changeset viewer.