Skip to content

Commit 6f71bd9

Browse files
committed
remove comments that break Literate
1 parent 6cac4b3 commit 6f71bd9

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

examples/trixi_rosenbrock.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ sol = solve(
2626
ode, Theseus.SSPKnoth();
2727
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
2828
ode_default_options()..., callback = callbacks,
29-
# verbose=1,
3029
krylov_algo = :gmres
3130
);

examples/trixi_rosenbrock_blast_wave.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ sol = solve(
2626
ode, Theseus.ROS2();
2727
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
2828
ode_default_options()..., callback = callbacks,
29-
# verbose=1,
3029
krylov_algo = :gmres,
3130
assume_p_const = false,
3231
);

examples/trixi_rosenbrock_warm_bubble.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ sol = solve(
2626
ode, Theseus.ROS2();
2727
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
2828
ode_default_options()..., callback = callbacks,
29-
# verbose=1,
3029
krylov_algo = :gmres,
3130
assume_p_const = false,
3231
);

0 commit comments

Comments
 (0)