Skip to content

Commit

Permalink
ins
Browse files Browse the repository at this point in the history
  • Loading branch information
Bittens authored and Bittens committed Dec 13, 2023
1 parent 18c217b commit 001c8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DistributedSparseGrids.jl
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ function integrate_inplace_ops(wasg::SG,skipdims::Vector{Int}) where {N,RT,CT,CP
rpsw = scaling_weight(first(wasg))
set_scaling_weight!(first(asg),zero(rpsw))
for hcpt in wasg
res = one(rpsw)
res = one.(rpsw)
for d in dims
mul!(res,res,integral_basis_fun(hcpt, d))
end
Expand Down

0 comments on commit 001c8ef

Please sign in to comment.