Skip to content

Commit

Permalink
Update auxiliary_functions.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
RJDennis committed May 21, 2024
1 parent 1044172 commit 1684a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auxiliary_functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ Internal function; not exposed to users.
function smolyak_weight_scale_factors(eps_nodes,eps_weights,multi_index,nx,grid,RHO,sigma)

unique_multi_index = sort(unique(multi_index))
unique_orders = SmolyakApprox.m_i(unique_multi_index) .- 1
unique_orders = SmolyakApprox.m_i.(unique_multi_index) .- 1

# Here we construct the base integrals

Expand Down

0 comments on commit 1684a72

Please sign in to comment.