From cd069d8c99d82645911145799cb5dc59d577b27a Mon Sep 17 00:00:00 2001 From: lxvm Date: Mon, 12 Feb 2024 12:25:47 -0500 Subject: [PATCH] typo --- ext/IntegralsCubatureExt.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/IntegralsCubatureExt.jl b/ext/IntegralsCubatureExt.jl index a01ef29..5bb68d7 100644 --- a/ext/IntegralsCubatureExt.jl +++ b/ext/IntegralsCubatureExt.jl @@ -67,7 +67,7 @@ function Integrals.__solvebp_call(prob::IntegralProblem, end elseif y isa AbstractArray bfsize = size(y)[begin:(end - 1)] - bfdim = prod(fsize) + bfdim = prod(bfsize) if isinplace(prob) # dx is a Matrix, but to provide a buffer of the same type as y, we make # would like to make views of a larger buffer, but CubatureJL doesn't set