SDC C-Project CF Review 프로그램
kojingeun
2023-07-14 f77e8008cac062596058fca2aeddda62b80bedbf
ReviewSystem/CHDefectPicker/DefectPicker.cpp
@@ -45,7 +45,9 @@
         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++;
@@ -69,7 +71,9 @@
         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++;