Skip to content

Commit c8a68ba

Browse files
committed
format
1 parent 0d6e959 commit c8a68ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)