SDC C-Project CF Review 프로그램
LYW
2021-08-10 ebfd7a15f5c7fe5d4cf9120a49b21f3cffd050f7
1. Defect Picking 기능 OFF
1개 파일 변경됨
8 ■■■■ 파일 변경됨
ReviewSystem/CHDefectPicker/DefectPicker.cpp 8 ●●●● 패치 | 보기 | raw | blame | 히스토리
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++;