Skip to content

Commit

Permalink
Update Radials.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Spinachboul authored Mar 24, 2024
1 parent 574af14 commit 2ee48d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Radials.jl
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ end
_ret_copy(v::Base.RefValue) = v[]
_ret_copy(v) = copy(v)

function _approx_rbf_threaded(val, rad::RadialBasis)
function _approx_rbf(val, rad::RadialBasis)
n = length(rad.x)
approx = _make_approx(val, rad)

Expand Down

0 comments on commit 2ee48d3

Please sign in to comment.