Skip to content

Commit

Permalink
mention package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Sep 13, 2023
1 parent 58db058 commit 7747f99
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/literate/src/files/custom_semidiscretization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -310,3 +310,15 @@ summary_callback()
# - [`SemidiscretizationEulerGravity`](@ref)
# - [`SemidiscretizationEulerAcoustics`](@ref)
# - [`SemidiscretizationCoupled`](@ref)


# ## Package versions

# These results were obtained using the following versions.

using InteractiveUtils
versioninfo()

using Pkg
Pkg.status(["Trixi", "OrdinaryDiffEq", "Plots"],
mode=PKGMODE_MANIFEST)

0 comments on commit 7747f99

Please sign in to comment.