Skip to content

Commit

Permalink
Merge pull request #130 from bmergl/bugfix/VIEIntegrand
Browse files Browse the repository at this point in the history
bug fix VIEIntegrand
  • Loading branch information
krcools authored May 2, 2024
2 parents 809ff69 + 85ee3a6 commit a9fb114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/volumeintegral/vieops.jl
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function (igd::VIEIntegrand)(u,v)
#jacobian
j = jacobian(tgeo) * jacobian(bgeo)

integrand(igd.op, kerneldata,tval,tgeo,bval,tgeo) * j
integrand(igd.op, kerneldata,tval,tgeo,bval,bgeo) * j
end


Expand Down

0 comments on commit a9fb114

Please sign in to comment.