IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 22, 2006, 4:16:55 PM (20 years ago)
Author:
jhoblitt
Message:

stub out -adddetrunsummary

File:
1 edited

Legend:

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

    r8481 r8489  
    3737static bool residdetrunMode(pxConfig *config);
    3838static bool updateresidexpMode(pxConfig *config);
     39static bool adddetrunsummaryMode(pxConfig *config);
    3940static bool declaremasterframeMode(pxConfig *config); // axe?
    4041static bool masterframeMode(pxConfig *config); // axe?
     
    9596        MODECASE(DETTOOL_MODE_RESIDDETRUN,      residdetrunMode);
    9697        MODECASE(DETTOOL_MODE_UPDATERESIDEXP,   updateresidexpMode);
     98        MODECASE(DETTOOL_MODE_ADDDETRUNSUMMARY, adddetrunsummaryMode);
    9799        MODECASE(DETTOOL_MODE_DECLAREMASTERFRAME, declaremasterframeMode);
    98100        MODECASE(DETTOOL_MODE_MASTERFRAME,      masterframeMode);
     
    34813483}
    34823484
     3485static bool adddetrunsummaryMode(pxConfig *config)
     3486{
     3487    PS_ASSERT_PTR_NON_NULL(config, false);
     3488    return true;
     3489}
     3490
    34833491static bool declaremasterframeMode(pxConfig *config)
    34843492{
Note: See TracChangeset for help on using the changeset viewer.