Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Ickaser committed Nov 25, 2024
1 parent df237c6 commit fb59b23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interpolation_methods.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ function _interpolate(A::LinearInterpolation{<:AbstractVector}, t::Number, igues
if t == t2 && Δu_nan
val = u2
elseif !(iszero(Δt) && Δu_nan)
@info "check" val u1 Δu
val += Δu
end
val = oftype(Δu, val)
Expand Down

0 comments on commit fb59b23

Please sign in to comment.