Changeset 7379 for trunk/ippTools/src/dettool.c
- Timestamp:
- Jun 6, 2006, 5:03:41 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r7378 r7379 27 27 static bool addresidexpMode(pxConfig *config); 28 28 static bool residexpMode(pxConfig *config); 29 static bool addmaster Mode(pxConfig *config);30 static bool master Mode(pxConfig *config);29 static bool addmasterframeMode(pxConfig *config); 30 static bool masterframeMode(pxConfig *config); 31 31 32 32 static detInputExpRow *rawDetrenTodetInputExpRow(rawDetrendExpRow *rawExp, psS32 det_id); … … 61 61 MODECASE(DETTOOL_MODE_ADDRESIDEXP, addresidexpMode); 62 62 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); 65 65 default: 66 66 psAbort(argv[0], "invalid option (this should not happen)"); … … 1621 1621 } 1622 1622 1623 static bool addmaster Mode(pxConfig *config)1623 static bool addmasterframeMode(pxConfig *config) 1624 1624 { 1625 1625 PS_ASSERT_PTR_NON_NULL(config, false); … … 1670 1670 } 1671 1671 1672 static bool master Mode(pxConfig *config)1672 static bool masterframeMode(pxConfig *config) 1673 1673 { 1674 1674 PS_ASSERT_PTR_NON_NULL(config, false);
Note:
See TracChangeset
for help on using the changeset viewer.
