Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickersing committed Jan 23, 2024
1 parent 7dad27c commit 5b7ea80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations/shallow_water_wet_dry_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ end

# This equation set extends the basic ShallowWaterEquations1D from Trixi.jl with additional functionality
# for wet/dry transitions. Since many functions correspond to the fully wet case, we make use of the
# exisiting functionality and introduce a number of wrapper functions, that dispatch to the
# existing functionality and introduce a number of wrapper functions, that dispatch to the
# ShallowWaterEquations1D.

# Set initial conditions at physical location `x` for time `t`
Expand Down

0 comments on commit 5b7ea80

Please sign in to comment.