diff options
author | André Nusser <anusser@mpi-inf.mpg.de> | 2020-11-22 19:01:08 +0100 |
---|---|---|
committer | André Nusser <anusser@mpi-inf.mpg.de> | 2020-11-22 19:01:08 +0100 |
commit | 600f029ff68f5b04476bcf99538647b0953c50c1 (patch) | |
tree | c9b70d49a59bebf5ca4ac9f713e0c4cebeaebeba | |
parent | aae29c6916af5104636bdac2a7f47d2ad44f5123 (diff) |
Minor change.
-rw-r--r-- | sampling_alg_lac2020/LAC-20.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sampling_alg_lac2020/LAC-20.tex b/sampling_alg_lac2020/LAC-20.tex index d83eb75..5b60f72 100644 --- a/sampling_alg_lac2020/LAC-20.tex +++ b/sampling_alg_lac2020/LAC-20.tex @@ -516,7 +516,7 @@ We already explained the core part of the sample selection algorithm. The remain \State $s \gets s'$ \EndIf \EndFor - \State $\mathit{last}[s] = t$ + \State $\mathit{last}[s] \gets t$ \State \Return $s$ \end{algorithmic} \caption{This is the pseudo code of the sampling function.} |