I am trying to run Animated view of the Riemann Zeta function <https://pgi-jcns.fz-juelich.de/pub/doc/riemann_zeta.html>

from GR framework, on julia 0.5 ubuntu 16.04

The last :

f = zeta
for n = 5:30
    plot_domain(domain_colors,
    f, re=(-6, 6), im=(-20, 20), N=15, n=n)
end

gives me this error ?

UndefVarError: Uint32 not defined

 in #plot_domain#3(::Tuple{Int64,Int64}, ::Tuple{Int64,Int64}, ::Int64, 
::Int64, ::Function, ::#domain_colors, ::Function) at ./In[6]:9
 in (::#kw##plot_domain)(::Array{Any,1}, ::#plot_domain, ::Function, ::Function) at 
./<missing>:0
 in macro expansion; at ./In[7]:3 [inlined]
 in anonymous at ./<missing>:?


Any help ? Is it not working on 64 bits ?
Regards
Henri

​

Reply via email to