Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Hendrik Ranocha <[email protected]>
  • Loading branch information
JoshuaLampert and ranocha authored Nov 17, 2023
1 parent 4d5c118 commit e175878
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/equations/bbm_bbm_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ end
"""
initial_condition_manufactured(x, t, equations::BBMBBMEquations1D, mesh)
A smooth manufactured solution in combination with `source_terms_manufactured`.
A smooth manufactured solution in combination with [`source_terms_manufactured`](@ref).
"""
function initial_condition_manufactured(x, t,
equations::BBMBBMEquations1D,
Expand All @@ -69,7 +69,7 @@ end
"""
source_terms_manufactured(q, x, t, equations::BBMBBMEquations1D, mesh)
A smooth manufactured solution in combination with `initial_condition_manufactured`.
A smooth manufactured solution in combination with [`initial_condition_manufactured`](@ref).
"""
function source_terms_manufactured(q, x, t, equations::BBMBBMEquations1D)
g = equations.gravity
Expand Down
4 changes: 2 additions & 2 deletions src/equations/bbm_bbm_variable_bathymetry_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ end
"""
initial_condition_manufactured(x, t, equations::BBMBBMVariableEquations1D, mesh)
A smooth manufactured solution in combination with `source_terms_manufactured`.
A smooth manufactured solution in combination with [`source_terms_manufactured`](@ref).
"""
function initial_condition_manufactured(x, t,
equations::BBMBBMVariableEquations1D,
Expand All @@ -74,7 +74,7 @@ end
"""
source_terms_manufactured(q, x, t, equations::BBMBBMVariableEquations1D, mesh)
A smooth manufactured solution in combination with `initial_condition_manufactured`.
A smooth manufactured solution in combination with [`initial_condition_manufactured`](@ref).
"""
function source_terms_manufactured(q, x, t, equations::BBMBBMVariableEquations1D)
g = equations.gravity
Expand Down

0 comments on commit e175878

Please sign in to comment.