IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2006, 4:57:52 PM (20 years ago)
Author:
jhoblitt
Message:

stub out -addresid

File:
1 edited

Legend:

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

    r7316 r7320  
    2222static bool normalizedMode(pxConfig *config);
    2323static bool normalizedframeMode(pxConfig *config);
     24static bool addresidMode(pxConfig *config);
    2425
    2526static detInputExpRow *rawDetrenTodetInputExpRow(rawDetrendExpRow *rawExp, psS32 det_id);
     
    12901291    return true;
    12911292}
     1293
     1294static bool addresidMode(pxConfig *config)
     1295{
     1296    PS_ASSERT_PTR_NON_NULL(config, false);
     1297
     1298    return true;
     1299}
Note: See TracChangeset for help on using the changeset viewer.