Typo 2 or 3 I think

parent 2bddfbb3
......@@ -49,7 +49,7 @@ function CG!(si, U, A, dpar::DiracParam, lp::SpaceParm, dws::DiracWorkspace{T},
niter = 0
for i in 1:maxiter
A(dws.sAp, U, dws.sp, dpar, dws.st, lp, ymws, gp)
A(dws.sAp, U, dws.sp, dpar, dws.st, lp, ymws)
prod = field_dot(dws.sp,dws.sAp,sumf,lp)
#prod = CUDA.mapreduce(x -> dot(x[1],x[2]), +, zip(dws.sp, dws.sAp))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment