IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2006, 5:03:41 PM (20 years ago)
Author:
jhoblitt
Message:

rename -addmaster -> -addmasterframe
rename -master -> masterframe

File:
1 edited

Legend:

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

    r7378 r7379  
    2727static bool addresidexpMode(pxConfig *config);
    2828static bool residexpMode(pxConfig *config);
    29 static bool addmasterMode(pxConfig *config);
    30 static bool masterMode(pxConfig *config);
     29static bool addmasterframeMode(pxConfig *config);
     30static bool masterframeMode(pxConfig *config);
    3131
    3232static detInputExpRow *rawDetrenTodetInputExpRow(rawDetrendExpRow *rawExp, psS32 det_id);
     
    6161        MODECASE(DETTOOL_MODE_ADDRESIDEXP, addresidexpMode);
    6262        MODECASE(DETTOOL_MODE_RESIDEXP, residexpMode);
    63         MODECASE(DETTOOL_MODE_ADDMASTER, addmasterMode);
    64         MODECASE(DETTOOL_MODE_MASTER, masterMode);
     63        MODECASE(DETTOOL_MODE_ADDMASTERFRAME, addmasterframeMode);
     64        MODECASE(DETTOOL_MODE_MASTERFRAME, masterframeMode);
    6565        default:
    6666            psAbort(argv[0], "invalid option (this should not happen)");
     
    16211621}
    16221622
    1623 static bool addmasterMode(pxConfig *config)
     1623static bool addmasterframeMode(pxConfig *config)
    16241624{
    16251625    PS_ASSERT_PTR_NON_NULL(config, false);
     
    16701670}
    16711671
    1672 static bool masterMode(pxConfig *config)
     1672static bool masterframeMode(pxConfig *config)
    16731673{
    16741674    PS_ASSERT_PTR_NON_NULL(config, false);
Note: See TracChangeset for help on using the changeset viewer.