Skip to content

Commit 1f14548

Browse files
committed
remove interpolation stuff
1 parent f4add67 commit 1f14548

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

src/interpolation.jl

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -619,27 +619,3 @@ strip_interpolation(id::AbstractDiffEqInterpolation) = id
619619
strip_interpolation(id::HermiteInterpolation) = id
620620
strip_interpolation(id::LinearInterpolation) = id
621621
strip_interpolation(id::ConstantInterpolation) = id
622-
623-
"""
624-
Return the maximum value of a solution trajectory. Uses the interpolating polynomial
625-
to compute the maximum (i.e. is not simply the largest value in the sol.u array.)
626-
"""
627-
function maxsol(sol::AbstractODESolution)
628-
629-
end
630-
631-
"""
632-
Return the minimum value of a solution trajectory. Uses the interpolating polynomial
633-
to compute the minimum (i.e. is not simply the smallest value in the sol.u array.)
634-
"""
635-
function minsol(sol::AbstractODESolution)
636-
637-
end
638-
639-
"""
640-
641-
"""
642-
function integralnorm(sol::AbstractODESolution)
643-
644-
end
645-

0 commit comments

Comments
 (0)