www.julialang.org icon indicating copy to clipboard operation
www.julialang.org copied to clipboard

Non defined variable

Open gitboy16 opened this issue 3 years ago • 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.

gitboy16 avatar Oct 14 '22 15:10 gitboy16