Changeset 7363 for trunk/ippTools/src/dettool.c
- Timestamp:
- Jun 6, 2006, 10:53:44 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r7353 r7363 25 25 static bool addresidMode(pxConfig *config); 26 26 static bool residMode(pxConfig *config); 27 static bool addresidexpMode(pxConfig *config); 27 28 28 29 static detInputExpRow *rawDetrenTodetInputExpRow(rawDetrendExpRow *rawExp, psS32 det_id); … … 101 102 case DETTOOL_MODE_RESID: 102 103 if (residMode(config)) { 104 goto FAIL; 105 } 106 break; 107 case DETTOOL_MODE_ADDRESIDEXP: 108 if (addresidexpMode(config)) { 103 109 goto FAIL; 104 110 } … … 1495 1501 return true; 1496 1502 } 1503 1504 static bool addresidexpMode(pxConfig *config) 1505 { 1506 PS_ASSERT_PTR_NON_NULL(config, false); 1507 return true; 1508 }
Note:
See TracChangeset
for help on using the changeset viewer.
