Skip to content

Commit

Permalink
Update docs/literate/src/files/innards_of_the_basic_setup.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
  • Loading branch information
ArseniyKholod and sloede authored Nov 3, 2023
1 parent c5b8b28 commit df64699
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 @@ -15,7 +15,7 @@
# Import essential libraries and specify an equation.

using Trixi, OrdinaryDiffEq
equations=LinearScalarAdvectionEquation2D((-0.2,0.7))
equations = inearScalarAdvectionEquation2D((-0.2, 0.7))

# Generate a geometrical instruction for spatial discretization using [`TreeMesh`](@ref) with
# pre-coarsened cell.
Expand Down

0 comments on commit df64699

Please sign in to comment.