Skip to content

Commit

Permalink
format files
Browse files Browse the repository at this point in the history
  • Loading branch information
ytdHuang committed Oct 25, 2024
1 parent a7af6dd commit be85d77
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ end

export evolution, SteadyState

SteadyState(args...; kwargs...) =
error("`SteadyState` has been deprecated, please use `steadystate` instead.")
SteadyState(args...; kwargs...) = error("`SteadyState` has been deprecated, please use `steadystate` instead.")

evolution(args...; kwargs...) =
error("`evolution` has been deprecated, please use `HEOMsolve` instead.")
evolution(args...; kwargs...) = error("`evolution` has been deprecated, please use `HEOMsolve` instead.")

0 comments on commit be85d77

Please sign in to comment.