JuliaLang/www.julialang.org

Non defined variable

gitboy16 opened this issue · 0 comments

Hi,

In the following blog:
https://julialang.org/blog/2019/07/multithreading/

The variable m is not defined in:

temp = temps[Threads.threadid()]
length(temp) < m-lo+1 && resize!(temp, m-lo+1)
copyto!(temp, 1, v, lo, m-lo+1)

Could you please update this part and provide fully reproductible code for that part?

Thank you
Kind regards.