Skip to content

Commit

Permalink
Update innards_of_the_basic_setup.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ArseniyKholod committed Nov 1, 2023
1 parent 0fe2c87 commit 6c62bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/literate/src/files/innards_of_the_basic_setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ ode = semidiscretize(semi, (0.0, 1.0));
# ## Functions `solve` and `rhs!`

# Once the `ODEProblem` object is initialized, the `solve` function from the OrdinaryDiffEq.jl
# package can be utilized to compute an approximate solution using the instructions contained in
# package can be utilized to compute an approximated solution using the instructions contained in
# the `ODEProblem` object.

sol = solve(ode, CarpenterKennedy2N54(williamson_condition=false), dt=0.01, save_everystep=false);
Expand Down

0 comments on commit 6c62bc8

Please sign in to comment.