Skip to content

Commit

Permalink
Update src/time_integration/paired_explicit_runge_kutta/methods_PERK2.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Mar 15, 2024
1 parent 16ac4d5 commit b3c12ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#! format: noindent

# Abstract base type for both single/standalone and multi-level
P-ERK (Paired-Explicit Runge-Kutta) time integration schemes
# P-ERK (Paired-Explicit Runge-Kutta) time integration schemes
abstract type PERK end
# Abstract base type for single/standalone P-ERK time integration schemes
abstract type PERKSingle <: PERK end
Expand Down

0 comments on commit b3c12ee

Please sign in to comment.