Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lxvm committed Feb 12, 2024
1 parent 42bb1c9 commit cd069d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/IntegralsCubatureExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd069d8

Please sign in to comment.