| | |
| | | |
| | | SReviewResult dataResult = vecSorterResult->at(nIndx); |
| | | |
| | | if(dataResult.nLocation != DefectLoc_ASG && dataResult.nLocation != DefectLoc_PAD && dataResult.nLocation != DefectLoc_C2C) continue; |
| | | //LYW 210810 DeleteStart |
| | | //if(dataResult.nLocation != DefectLoc_ASG && dataResult.nLocation != DefectLoc_PAD && dataResult.nLocation != DefectLoc_C2C) continue; |
| | | //LYW 210810 DeleteEnd |
| | | |
| | | dataResult.nResultIdx = index; |
| | | dataResult.nSequenceNo = index++; |
| | |
| | | |
| | | SReviewResult dataResult = vecSorterResult->at(nIndx); |
| | | |
| | | if(dataResult.nLocation == DefectLoc_ASG || dataResult.nLocation == DefectLoc_PAD || dataResult.nLocation == DefectLoc_C2C) continue; |
| | | //LYW 210810 DeleteStart |
| | | //if(dataResult.nLocation == DefectLoc_ASG || dataResult.nLocation == DefectLoc_PAD || dataResult.nLocation == DefectLoc_C2C) continue; |
| | | //LYW 210810 DeleteEnd |
| | | |
| | | dataResult.nResultIdx = index; |
| | | dataResult.nSequenceNo = index++; |