From 85ee3a69e89ef62b2d6b98b76fd3f4ee598cffd0 Mon Sep 17 00:00:00 2001 From: bmergl Date: Tue, 30 Apr 2024 14:26:58 +0200 Subject: [PATCH] bug fix VIEIntegrand --- src/volumeintegral/vieops.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/volumeintegral/vieops.jl b/src/volumeintegral/vieops.jl index 87a5fb16..26f19c61 100644 --- a/src/volumeintegral/vieops.jl +++ b/src/volumeintegral/vieops.jl @@ -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