Skip to content

Commit ef1f508

Browse files
Update src/time_integration/paired_explicit_runge_kutta/methods_PERK2.jl
1 parent 6fc11d5 commit ef1f508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/time_integration/paired_explicit_runge_kutta/methods_PERK2.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Since these FMAs can increase the performance of many numerical algorithms,
33
# we need to opt-in explicitly.
44
# See https://ranocha.de/blog/Optimizing_EC_Trixi for further details.
5-
using DelimitedFiles
5+
using DelimitedFiles: readdlm
66

77
@muladd begin
88
#! format: noindent

0 commit comments

Comments
 (0)