IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 21, 2006, 5:52:21 PM (20 years ago)
Author:
jhoblitt
Message:

stub out -updateresidexp

File:
1 edited

Legend:

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

    r8462 r8464  
    3636static bool residexpMode(pxConfig *config);
    3737static bool residdetrunMode(pxConfig *config);
    38 static bool declaremasterframeMode(pxConfig *config);
    39 static bool masterframeMode(pxConfig *config);
    40 static bool masterMode(pxConfig *config);
     38static bool updateresidexpMode(pxConfig *config);
     39static bool declaremasterframeMode(pxConfig *config); // axe?
     40static bool masterframeMode(pxConfig *config); // axe?
     41static bool masterMode(pxConfig *config); // axe?
    4142static bool rerunMode(pxConfig *config);
    4243
     
    9394        MODECASE(DETTOOL_MODE_RESIDEXP,         residexpMode);
    9495        MODECASE(DETTOOL_MODE_RESIDDETRUN,      residdetrunMode);
     96        MODECASE(DETTOOL_MODE_UPDATERESIDEXP,   updateresidexpMode);
    9597        MODECASE(DETTOOL_MODE_DECLAREMASTERFRAME, declaremasterframeMode);
    9698        MODECASE(DETTOOL_MODE_MASTERFRAME,      masterframeMode);
     
    33073309}
    33083310
     3311static bool updateresidexpMode(pxConfig *config)
     3312{
     3313    return true;
     3314}
     3315
    33093316static bool declaremasterframeMode(pxConfig *config)
    33103317{
Note: See TracChangeset for help on using the changeset viewer.