Something has changed since the code which ran with 0.4 does return a
warning now:
include("C:\\Users\\Diger\\Documents\\Julia\\Diffusion\\bessel0_expansion_nlsolve.jl")
WARNING: Method definition WARNING: Method definition WARNING: Method
definition WARNING: Method definition WARNING: Method definition g_r(Any)
in module Main at
C:\Users\Diger\Documents\Julia\Rohrstroemung_function.jl:11 overwritten at
C:\Users\Diger\Documents\Julia\Rohrstroemung_function.jl:11.
WARNING: Method definition g_i(Any, Any) in module Main at
C:\Users\Diger\Documents\Julia\Rohrstroemung_function.jl:36 overwritten at
C:\Users\Diger\Documents\Julia\Rohrstroemung_function.jl:36.
I had a function file which i included with @everywhere
Now when I read it after the first time it seems to be that he doesnt like
to "overwrite" it again?
Why?