SDC C-Project CF Review 프로그램
LYW
2021-11-15 4139a71f5c0b72f88813a15d7112fdac76756fe4
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++;