Skip to content

Commit ad89352

Browse files
authored
Merge pull request #162 from jbisits/main
Add missing backticks in docstring for `TKEBudgetTerms.AdvectionTerm`
2 parents 67ca1f4 + b5dccae commit ad89352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TKEBudgetTerms.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ KernelFunctionOperation at (Center, Center, Center)
191191
├── grid: 1×1×4 RectilinearGrid{Float64, Periodic, Periodic, Bounded} on CPU with 3×3×3 halo
192192
├── kernel_function: uᵢ∂ⱼuⱼuᵢᶜᶜᶜ (generic function with 1 method)
193193
└── arguments: ("(u=1×1×4 Field{Face, Center, Center} on RectilinearGrid on CPU, v=1×1×4 Field{Center, Face, Center} on RectilinearGrid on CPU, w=1×1×5 Field{Center, Center, Face} on RectilinearGrid on CPU)", "Centered reconstruction order 2")
194+
```
194195
"""
195196
function AdvectionTerm(model::NonhydrostaticModel; velocities = model.velocities, location = (Center, Center, Center))
196197
validate_location(location, "AdvectionTerm")

0 commit comments

Comments
 (0)