Михаил Капелько před 8 měsíci
rodič
revize
c39aa48258
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      v3/memory.cpp
  2. +1
    -1
      v3/memory.py

+ 1
- 1
v3/memory.cpp Zobrazit soubor

@@ -47,7 +47,7 @@ memory_Context memory_selectItem(
// Conditions:
// 0. Two items has just been selected
// 1. The same item has been selected twice
// 1. Selected items are of different groups
// 2. Selected items are of different groups
memory_Context memory_shouldDeselectMismatchedItems(
memory_Context c
) {


+ 1
- 1
v3/memory.py Zobrazit soubor

@@ -47,7 +47,7 @@ def memory_selectItem(
# Conditions:
# 0. Two items has just been selected
# 1. The same item has been selected twice
# 1. Selected items are of different groups
# 2. Selected items are of different groups
@llm_by_value
def memory_shouldDeselectMismatchedItems(
c: memory_Context


Načítá se…
Zrušit
Uložit