IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 22, 2006, 5:50:53 PM (20 years ago)
Author:
jhoblitt
Message:

stub out -updatedetrun

File:
1 edited

Legend:

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

    r8498 r8501  
    3838static bool updateresidexpMode(pxConfig *config);
    3939static bool adddetrunsummaryMode(pxConfig *config);
     40static bool updatedetrunMode(pxConfig *config);
    4041static bool declaremasterframeMode(pxConfig *config); // axe?
    4142static bool masterframeMode(pxConfig *config); // axe?
     
    9899        MODECASE(DETTOOL_MODE_UPDATERESIDEXP,   updateresidexpMode);
    99100        MODECASE(DETTOOL_MODE_ADDDETRUNSUMMARY, adddetrunsummaryMode);
     101        MODECASE(DETTOOL_MODE_UPDATEDETRUN,     updatedetrunMode);
    100102        MODECASE(DETTOOL_MODE_DECLAREMASTERFRAME, declaremasterframeMode);
    101103        MODECASE(DETTOOL_MODE_MASTERFRAME,      masterframeMode);
     
    36833685}
    36843686
     3687static bool updatedetrunMode(pxConfig *config)
     3688{
     3689    PS_ASSERT_PTR_NON_NULL(config, false);
     3690
     3691    return true;
     3692}
     3693
    36853694static bool declaremasterframeMode(pxConfig *config)
    36863695{
Note: See TracChangeset for help on using the changeset viewer.