Changeset 7146 for trunk/ippTools/src/dettool.c
- Timestamp:
- May 18, 2006, 11:43:49 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r7145 r7146 14 14 static bool addstacMode(pxConfig *config); 15 15 static bool stacMode(pxConfig *config); 16 static bool stacframeMode(pxConfig *config); 16 17 17 18 static detInputExpRow *rawDetrenTodetInputExpRow(rawDetrendExpRow *rawExp, psS32 det_id); … … 50 51 case DETTOOL_MODE_STACKED: 51 52 if (!stacMode(config)) { 53 goto FAIL; 54 } 55 break; 56 case DETTOOL_MODE_STACKEDFRAME: 57 if (!stacframeMode(config)) { 52 58 goto FAIL; 53 59 } … … 429 435 return true; 430 436 } 437 438 static bool stacframeMode(pxConfig *config) 439 { 440 PS_ASSERT_PTR_NON_NULL(config, false); 441 442 return true; 443 }
Note:
See TracChangeset
for help on using the changeset viewer.
