Changeset 7320 for trunk/ippTools/src/dettool.c
- Timestamp:
- Jun 2, 2006, 4:57:52 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r7316 r7320 22 22 static bool normalizedMode(pxConfig *config); 23 23 static bool normalizedframeMode(pxConfig *config); 24 static bool addresidMode(pxConfig *config); 24 25 25 26 static detInputExpRow *rawDetrenTodetInputExpRow(rawDetrendExpRow *rawExp, psS32 det_id); … … 1290 1291 return true; 1291 1292 } 1293 1294 static 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.
