IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 9, 2007, 10:06:15 AM (19 years ago)
Author:
jhoblitt
Message:

rename -residdetrun -> -todetrunsummary

File:
1 edited

Legend:

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

    r14075 r14076  
    6464static bool addresidexpMode(pxConfig *config);
    6565static bool residexpMode(pxConfig *config);
    66 static bool residdetrunMode(pxConfig *config);
     66static bool todetrunsummaryMode(pxConfig *config);
    6767static bool updateresidexpMode(pxConfig *config);
    6868static bool adddetrunsummaryMode(pxConfig *config);
     
    135135        MODECASE(DETTOOL_MODE_ADDRESIDEXP,      addresidexpMode);
    136136        MODECASE(DETTOOL_MODE_RESIDEXP,         residexpMode);
    137         MODECASE(DETTOOL_MODE_RESIDDETRUN,      residdetrunMode);
     137        MODECASE(DETTOOL_MODE_TODETRUNSUMMARY,  todetrunsummaryMode);
    138138        MODECASE(DETTOOL_MODE_UPDATERESIDEXP,   updateresidexpMode);
    139139        MODECASE(DETTOOL_MODE_ADDDETRUNSUMMARY, adddetrunsummaryMode);
     
    52575257}
    52585258
    5259 static bool residdetrunMode(pxConfig *config)
     5259static bool todetrunsummaryMode(pxConfig *config)
    52605260{
    52615261    PS_ASSERT_PTR_NON_NULL(config, false);
     
    53145314        "   HAVING\n"
    53155315        "       COUNT(detResidExp.exp_id) = COUNT(detInputExp.exp_id)\n"
    5316         " ) AS residdetrun\n"
     5316        " ) AS Foo\n"
    53175317        );
    53185318
Note: See TracChangeset for help on using the changeset viewer.