Changeset 7694 for trunk/ippTools/src/dettool.c
- Timestamp:
- Jun 26, 2006, 11:27:36 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r7678 r7694 1420 1420 ((detResidImfileAnalysisRow *)residImfiles->data[j])->det_id) 1421 1421 && 1422 ( strcmp(1423 ((detProcessedImfileRow *)normalizedImfiles->data[i])->exp_id,1424 ((detResidImfileAnalysisRow *)residImfiles->data[j])-> exp_id) == 0)1422 (((detNormalizedImfileRow *)normalizedImfiles->data[i])->iteration 1423 == 1424 ((detResidImfileAnalysisRow *)residImfiles->data[j])->iteration) 1425 1425 && 1426 1426 (strcmp( 1427 ((det ProcessedImfileRow *)normalizedImfiles->data[i])->class_id,1428 ((detResidImfileAnalysisRow *)residImfiles->data[j])->class_id) == 0) 1429 ){1427 ((detNormalizedImfileRow *)normalizedImfiles->data[i])->class_id, 1428 ((detResidImfileAnalysisRow *)residImfiles->data[j])->class_id) == 0)) 1429 { 1430 1430 1431 1431 // remove the rawImfiles from the list
Note:
See TracChangeset
for help on using the changeset viewer.
