Resolve rebase oddities.

This commit is contained in:
Infineon\Mitchem
2025-08-18 09:56:58 -07:00
committed by Ouellette Jonathan (CSC FI SPS MESLEO)
parent a636198128
commit 3561b41a7b
2 changed files with 2 additions and 69 deletions

View File

@ -434,7 +434,7 @@ RejMat:
WfrID = SlotList<SelectedRows<I>, COL$WAFER_ID>
PrevNCR = SlotList<SelectedRows<I>, COL$SLOT_NCR>
MUWfrID = SlotList<SelectedRows<I>, COL$MU_WAFER_ID>
If ( (MetNo NE '') or (WfrID EQ '') or (PrevNCR NE '' and MUWfrID EQ '') ) then
If (WfrID EQ '') then
AllSlotsPermitted = False$
IneligibleSlots<0, -1> = SlotNo
end
@ -1236,3 +1236,4 @@ return