diff --git a/dev/example/index.html b/dev/example/index.html index a57c860..789b259 100644 --- a/dev/example/index.html +++ b/dev/example/index.html @@ -91,7 +91,7 @@ return f end -func_c = @cfunction(func, Float64, (Ref{Int32}, Ref{Float64}))
Ptr{Nothing} @0x00007f61da397040
Next, let's initialise QCDNUM and run QCDNUM to evolve the PDF.
QCDNUM.qcinit(-6, " ")
+func_c = @cfunction(func, Float64, (Ref{Int32}, Ref{Float64}))
Ptr{Nothing} @0x00007fb74d697050
Next, let's initialise QCDNUM and run QCDNUM to evolve the PDF.
QCDNUM.qcinit(-6, " ")
nx = QCDNUM.gxmake(xmin, iwt, ng, nxin, iosp)
nq = QCDNUM.gqmake(qq, wt, ngq, nqin)
nw = QCDNUM.fillwt(itype)
@@ -124,4 +124,4 @@
Aij NNLO
FILLWT: weight calculations completed
Now, we can briefly check the results
@printf("x, q, CharmSea = %0.4e, %0.4e, %0.4e\n", x, q, csea)
@printf("as(mz2) = %0.4e", asmz)
x, q, CharmSea = 1.0000e-03, 1.0000e+03, 1.8708e+00
-as(mz2) = 1.1807e-01
This page was generated using Literate.jl.
Settings
This document was generated with Documenter.jl version 0.27.25 on Wednesday 1 May 2024. Using Julia version 1.6.7.