Skip to content

Commit bb6a064

Browse files
authored
Formatting (#48)
1 parent 0d6e959 commit bb6a064

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/trixi_rosenbrock.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ sol = solve(
2727
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
2828
ode_default_options()..., callback = callbacks,
2929
# verbose=1,
30-
krylov_algo = :gmres,);
30+
krylov_algo = :gmres
31+
);

0 commit comments

Comments
 (0)